public class Base64DecoderStream extends FilterInputStream
| Modifier and Type | Field and Description |
|---|---|
protected static int |
BUFFERED_UNITS |
protected byte[] |
decodedChars |
protected int |
decodedCount |
protected int |
decodedIndex |
protected Base64Encoder |
decoder |
protected byte[] |
encodedChars |
protected boolean |
ignoreErrors |
protected static String |
MAIL_BASE64_IGNOREERRORS |
in| Constructor and Description |
|---|
Base64DecoderStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] buffer,
int offset,
int length) |
protected static final String MAIL_BASE64_IGNOREERRORS
protected static final int BUFFERED_UNITS
protected Base64Encoder decoder
protected boolean ignoreErrors
protected byte[] encodedChars
protected byte[] decodedChars
protected int decodedCount
protected int decodedIndex
public Base64DecoderStream(InputStream in)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] buffer,
int offset,
int length)
throws IOException
read in class FilterInputStreamIOExceptionpublic boolean markSupported()
markSupported in class FilterInputStreampublic int available()
throws IOException
available in class FilterInputStreamIOExceptionCopyright © 2013. All Rights Reserved.