public class Base64DecoderStream
extends java.io.FilterInputStream
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
decodedChars |
protected int |
decodedCount |
protected int |
decodedIndex |
protected char[] |
encodedChars |
protected boolean |
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 boolean ignoreErrors
protected char[] 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