public class QuotedPrintableInputStream extends InputStream
| Modifier | Constructor and Description |
|---|---|
|
QuotedPrintableInputStream(InputStream in) |
|
QuotedPrintableInputStream(InputStream in,
boolean strict) |
|
QuotedPrintableInputStream(InputStream in,
DecodeMonitor monitor) |
protected |
QuotedPrintableInputStream(int bufsize,
InputStream in,
boolean strict) |
protected |
QuotedPrintableInputStream(int bufsize,
InputStream in,
DecodeMonitor monitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Terminates Quoted-Printable coded content.
|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, mark, markSupported, read, reset, skippublic QuotedPrintableInputStream(InputStream in, DecodeMonitor monitor)
protected QuotedPrintableInputStream(int bufsize,
InputStream in,
DecodeMonitor monitor)
protected QuotedPrintableInputStream(int bufsize,
InputStream in,
boolean strict)
public QuotedPrintableInputStream(InputStream in, boolean strict)
public QuotedPrintableInputStream(InputStream in)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOException - on I/O errors.public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionCopyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.