org.apache.cxf.attachment
Class QuotedPrintableDecoderStream
java.lang.Object
java.io.InputStream
org.apache.cxf.attachment.QuotedPrintableDecoderStream
- All Implemented Interfaces:
- Closeable
public class QuotedPrintableDecoderStream
- extends InputStream
Method Summary |
int |
read()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuotedPrintableDecoderStream
public QuotedPrintableDecoderStream(InputStream is)
read
public int read()
throws IOException
- Specified by:
read
in class InputStream
- Throws:
IOException
Apache CXF