Apache CXF API

org.apache.cxf.attachment
Class QuotedPrintableDecoderStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.apache.cxf.attachment.QuotedPrintableDecoderStream
All Implemented Interfaces:
Closeable

public class QuotedPrintableDecoderStream
extends InputStream


Constructor Summary
QuotedPrintableDecoderStream(InputStream is)
           
 
Method Summary
 int read()
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuotedPrintableDecoderStream

public QuotedPrintableDecoderStream(InputStream is)
Method Detail

read

public int read()
         throws IOException
Specified by:
read in class InputStream
Throws:
IOException

Apache CXF API

Apache CXF