public class Base64InputStream extends FilterInputStream
| Modifier and Type | Field and Description |
|---|---|
(package private) byte[] |
currentLine |
(package private) boolean |
decodeMode |
private static byte[] |
LINE_ENDING |
(package private) int |
pos |
in| Constructor and Description |
|---|
Base64InputStream(InputStream base64,
boolean decodeMode) |
private static final byte[] LINE_ENDING
final boolean decodeMode
byte[] currentLine
int pos
public Base64InputStream(InputStream base64, boolean decodeMode)
public int read() throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b, int off, int len) throws IOException
read in class FilterInputStreamIOExceptionprivate void getLine() throws IOException
IOException