public class Base64InputStream extends FilterInputStream implements Base64Consts
inBASE64_CHARS| Constructor and Description |
|---|
Base64InputStream(InputStream in)
Creates a new instance of Base64InputStream
|
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, read, reset, skippublic Base64InputStream(InputStream in)
public int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read()
throws IOException
read in class FilterInputStreamIOExceptionCopyright © 2022. All rights reserved.