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
IOException
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] buffer, int offset, int length) throws IOException
read
in class FilterInputStream
IOException
public boolean markSupported()
markSupported
in class FilterInputStream
public int available() throws IOException
available
in class FilterInputStream
IOException
Copyright © 2013. All rights reserved.