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, skip
public QuotedPrintableInputStream(InputStream input)
public int read(byte[] buf, int bufOff, int len) throws IOException
read
in class FilterInputStream
IOException
public int read() throws IOException
read
in class FilterInputStream
IOException
Copyright © 2020 BouncyCastle.org. All rights reserved.