@Deprecated
public class Base64InputStream
extends InputStream
| Constructor and Description |
|---|
Base64InputStream(InputStream inputStream)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
available()
Deprecated.
|
protected int |
decode(byte[] bytes,
byte[] outputBuffer,
int position,
int padNumber)
Deprecated.
|
protected int |
decodeUnit(byte[] outputBuffer,
int position)
Deprecated.
|
protected int |
getByte(char character)
Deprecated.
|
protected int |
getEncodedByte()
Deprecated.
|
int |
read()
Deprecated.
|
int |
read(byte[] bytes,
int offset,
int length)
Deprecated.
|
long |
skip(long skip)
Deprecated.
|
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