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