public class UUDecoderStream
extends java.io.FilterInputStream
Modifier and Type | Field and Description |
---|---|
protected boolean |
beginRead |
protected byte[] |
decodedChars |
protected int |
decodedCount |
protected int |
decodedIndex |
protected UUEncoder |
decoder |
protected static int |
MAX_CHARS_PER_LINE |
Constructor and Description |
---|
UUDecoderStream(java.io.InputStream in) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] buffer,
int offset,
int length) |
protected java.lang.String |
readLine()
Read a line of data.
|
protected static final int MAX_CHARS_PER_LINE
protected UUEncoder decoder
protected byte[] decodedChars
protected int decodedCount
protected int decodedIndex
protected boolean beginRead
protected java.lang.String readLine() throws java.io.IOException
java.io.IOException
public int read() throws java.io.IOException
read
in class java.io.FilterInputStream
java.io.IOException
public int read(byte[] buffer, int offset, int length) throws java.io.IOException
read
in class java.io.FilterInputStream
java.io.IOException
public boolean markSupported()
markSupported
in class java.io.FilterInputStream
public int available() throws java.io.IOException
available
in class java.io.FilterInputStream
java.io.IOException