@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 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