org.apache.james.mime4j.codec
public class QuotedPrintableInputStream extends InputStream
Constructor and Description |
---|
QuotedPrintableInputStream(InputStream stream) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Terminates Quoted-Printable coded content.
|
int |
read() |
available, mark, markSupported, read, read, reset, skip
public QuotedPrintableInputStream(InputStream stream)
public void close() throws IOException
close
in interface Closeable
close
in class InputStream
IOException
- on I/O errors.public int read() throws IOException
read
in class InputStream
IOException
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.