Apache JAMES Mime4j 0.6-redhat-2

org.apache.james.mime4j.codec
Class QuotedPrintableInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.apache.james.mime4j.codec.QuotedPrintableInputStream
All Implemented Interfaces:
Closeable

public class QuotedPrintableInputStream
extends InputStream

Performs Quoted-Printable decoding on an underlying stream.


Constructor Summary
QuotedPrintableInputStream(InputStream stream)
           
 
Method Summary
 void close()
          Terminates Quoted-Printable coded content.
 int read()
           
 
Methods inherited from class java.io.InputStream
available, 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

QuotedPrintableInputStream

public QuotedPrintableInputStream(InputStream stream)
Method Detail

close

public void close()
           throws IOException
Terminates Quoted-Printable coded content. This method does NOT close the underlying input stream.

Specified by:
close in interface Closeable
Overrides:
close in class InputStream
Throws:
IOException - on I/O errors.

read

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

Apache JAMES Mime4j 0.6-redhat-2

Copyright © 2004-2012 JBoss by Red Hat. All Rights Reserved.