org.apache.james.mime4j.codec
Class QuotedPrintableInputStream
java.lang.Object
java.io.InputStream
org.apache.james.mime4j.codec.QuotedPrintableInputStream
- All Implemented Interfaces:
- Closeable
public class QuotedPrintableInputStream
- extends InputStream
Performs Quoted-Printable decoding on an underlying stream.
Method Summary |
void |
close()
Terminates Quoted-Printable coded content. |
int |
read()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuotedPrintableInputStream
public QuotedPrintableInputStream(InputStream stream)
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
Copyright © 2004-2012 JBoss by Red Hat. All Rights Reserved.