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, resetpublic Base64InputStream(InputStream inputStream)
public int available()
throws IOException
available in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] bytes,
int offset,
int length)
throws IOException
read in class InputStreamIOExceptionpublic long skip(long skip)
throws IOException
skip in class InputStreamIOExceptionprotected int decode(byte[] bytes,
byte[] outputBuffer,
int position,
int padNumber)
protected int decodeUnit(byte[] outputBuffer,
int position)
throws IOException
IOExceptionprotected int getByte(char character)
protected int getEncodedByte()
throws IOException
IOException