Package de.jarnbjo.util.io
Class HuffmanNode
java.lang.Object
de.jarnbjo.util.io.HuffmanNode
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedHuffmanNode(HuffmanNode huffmanNode) protectedHuffmanNode(HuffmanNode huffmanNode, int int1) -
Method Summary
Modifier and TypeMethodDescriptionprotected HuffmanNodeget0()protected HuffmanNodeget1()protected intgetDepth()protected IntegergetValue()protected intread(BitInputStream bitInputStream) booleansetNewValue(int int1, int int2)
-
Field Details
-
o0
-
o1
-
value
-
-
Constructor Details
-
HuffmanNode
public HuffmanNode() -
HuffmanNode
-
HuffmanNode
-
-
Method Details
-
read
- Throws:
IOException
-
get0
-
get1
-
getValue
-
getDepth
protected int getDepth() -
setNewValue
public boolean setNewValue(int int1, int int2)
-