Package com.helger.commons.codec
Class LZWCodec.LZWNode
java.lang.Object
com.helger.commons.codec.LZWCodec.LZWNode
- Enclosing class:
LZWCodec
A single LZW node
- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChildNode(byte nIndex) getChildNode(byte[] aBuffer) This will traverse the tree until it gets to the sub node.intvoidsetChildNode(byte nIndex, LZWCodec.LZWNode aNode) toString()
-
Constructor Details
-
LZWNode
public LZWNode() -
LZWNode
-
-
Method Details