|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sam.io.Huffman.LeafOutputStream
Class for writing Huffman-compressed leaves to an OutputStream
Constructor Summary | |
Huffman.LeafOutputStream(java.io.OutputStream delegee)
|
Method Summary | |
void |
close()
|
void |
flush()
|
void |
write(Huffman.Leaf leaf)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Huffman.LeafOutputStream(java.io.OutputStream delegee)
Method Detail |
public void write(Huffman.Leaf leaf) throws java.io.IOException
java.io.IOException
public void flush() throws java.io.IOException
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 |