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, skip
public Base64InputStream(InputStream in)
in
- public int available() throws IOException
available
in class InputStream
IOException
public int read() throws IOException
read
in class InputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
Copyright © 2020 BouncyCastle.org. All rights reserved.