public class Base64InputStream extends InputStream
Constructor and Description |
---|
Base64InputStream(InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
protected int |
decode(byte[] bytes,
byte[] outputBuffer,
int position,
int padNumber) |
protected int |
decodeUnit(byte[] outputBuffer,
int position) |
protected int |
getByte(char character) |
protected int |
getEncodedByte() |
int |
read() |
int |
read(byte[] bytes,
int offset,
int length) |
long |
skip(long skip) |
close, mark, markSupported, read, reset
public Base64InputStream(InputStream inputStream)
public int available() throws IOException
available
in class InputStream
IOException
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] bytes, int offset, int length) throws IOException
read
in class InputStream
IOException
public long skip(long skip) throws IOException
skip
in class InputStream
IOException
protected int decode(byte[] bytes, byte[] outputBuffer, int position, int padNumber)
protected int decodeUnit(byte[] outputBuffer, int position) throws IOException
IOException
protected int getByte(char character)
protected int getEncodedByte() throws IOException
IOException