public static class Base64.InputStream extends FilterInputStream
in| Constructor and Description |
|---|
InputStream(InputStream in) |
InputStream(InputStream in,
boolean encode) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] dest,
int off,
int len) |
available, close, mark, markSupported, read, reset, skippublic InputStream(InputStream in)
public InputStream(InputStream in, boolean encode)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] dest,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionCopyright © 2025. All rights reserved.