|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sam.io.Huffman.LeafInputStream
Class for reading leaves from an Huffman-compressed InputStream
Constructor Summary | |
Huffman.LeafInputStream(java.io.InputStream delegee)
|
Method Summary | |
void |
close()
|
Huffman.Leaf |
read()
Uncompresses next pattern from a Huffman-compressed stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Huffman.LeafInputStream(java.io.InputStream delegee)
Method Detail |
public Huffman.Leaf read() throws java.io.IOException
null
if end of stream
java.io.EOFException
- if the compressed stream did not end after a whole compressed bits pattern
java.io.IOException
public void close() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |