LZFInputStream
An input stream to read from an LZF stream.
The data is automatically expanded.
| Methods |
| void |
close()
|
| void |
close() throws IOException
|
| int |
read()
|
| int |
read() throws IOException
|
| int |
read(byte[] b)
|
| int |
read(byte[] b) throws IOException
|
| int |
read(byte[] b, int off, int len)
|
| int |
read(byte[] b, int off, int len) throws IOException
|
|