public class Base64InputStream extends InputStream
| Constructor and Description |
|---|
Base64InputStream(InputStream in)
Create a stream for reading a PGP armoured message, parsing up to a header
and then reading the data that follows.
|
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
int |
read() |
mark, markSupported, read, read, reset, skippublic Base64InputStream(InputStream in)
in - public int available()
throws IOException
available in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2015–2020 The veraPDF Consortium. All rights reserved.