public class Base64InputStream extends InputStream
InputStream reading Base64-encoded data
from a Reader.| Constructor and Description |
|---|
Base64InputStream(Reader source)
Constructs a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
available, mark, markSupported, read, read, reset, skippublic Base64InputStream(Reader source)
source - the Reader to read the Base64-encoded data frompublic int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2003–2023. All rights reserved.