public class Base64InputStream
extends java.io.InputStream
| Constructor and Description |
|---|
Base64InputStream(java.io.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) |
public int available()
throws java.io.IOException
available in class java.io.InputStreamjava.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] bytes,
int offset,
int length)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic long skip(long skip)
throws java.io.IOException
skip in class java.io.InputStreamjava.io.IOExceptionprotected int decode(byte[] bytes,
byte[] outputBuffer,
int position,
int padNumber)
protected int decodeUnit(byte[] outputBuffer,
int position)
throws java.io.IOException
java.io.IOExceptionprotected int getByte(char character)
protected int getEncodedByte()
throws java.io.IOException
java.io.IOException