public class UUDecoderStream extends 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 |
in| Constructor and Description |
|---|
UUDecoderStream(InputStream in) |
protected static final int MAX_CHARS_PER_LINE
protected UUEncoder decoder
protected byte[] decodedChars
protected int decodedCount
protected int decodedIndex
protected boolean beginRead
public UUDecoderStream(InputStream in)
protected String readLine() throws IOException
IOExceptionpublic int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] buffer,
int offset,
int length)
throws IOException
read in class FilterInputStreamIOExceptionpublic boolean markSupported()
markSupported in class FilterInputStreampublic int available()
throws IOException
available in class FilterInputStreamIOExceptionCopyright © 2013. All Rights Reserved.