org.apache.commons.ssl
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 FilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
private void getLine() throws IOException
IOException