public class Base64DecoderStream
extends java.io.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 java.lang.String |
MAIL_BASE64_IGNOREERRORS |
| Constructor and Description |
|---|
Base64DecoderStream(java.io.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 java.lang.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 int read()
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] buffer,
int offset,
int length)
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic boolean markSupported()
markSupported in class java.io.FilterInputStreampublic int available()
throws java.io.IOException
available in class java.io.FilterInputStreamjava.io.IOException