public class QuotedPrintableInputStream extends FilterInputStream
in| Constructor and Description |
|---|
QuotedPrintableInputStream(InputStream input) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] buf,
int bufOff,
int len) |
available, close, mark, markSupported, read, reset, skippublic QuotedPrintableInputStream(InputStream input)
public int read(byte[] buf,
int bufOff,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read()
throws IOException
read in class FilterInputStreamIOExceptionCopyright © 2015–2019 The veraPDF Consortium. All rights reserved.