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