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:
java.io.Closeable

public class QuotedPrintableDecoderStream
extends java.io.InputStream


Constructor Summary
QuotedPrintableDecoderStream(java.io.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(java.io.InputStream is)
Method Detail

read

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

Apache CXF API

Apache CXF