public class QuotedPrintableInputStream
extends java.io.InputStream
Modifier | Constructor and Description |
---|---|
|
QuotedPrintableInputStream(java.io.InputStream in) |
|
QuotedPrintableInputStream(java.io.InputStream in,
boolean strict) |
|
QuotedPrintableInputStream(java.io.InputStream in,
DecodeMonitor monitor) |
protected |
QuotedPrintableInputStream(int bufsize,
java.io.InputStream in,
boolean strict) |
protected |
QuotedPrintableInputStream(int bufsize,
java.io.InputStream in,
DecodeMonitor monitor) |
public QuotedPrintableInputStream(java.io.InputStream in, DecodeMonitor monitor)
protected QuotedPrintableInputStream(int bufsize, java.io.InputStream in, DecodeMonitor monitor)
protected QuotedPrintableInputStream(int bufsize, java.io.InputStream in, boolean strict)
public QuotedPrintableInputStream(java.io.InputStream in, boolean strict)
public QuotedPrintableInputStream(java.io.InputStream in)
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException
- on I/O errors.public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException