Uses of Class
com.helger.commons.codec.LZWCodec.LZWNode
Packages that use LZWCodec.LZWNode
-
Uses of LZWCodec.LZWNode in com.helger.commons.codec
Methods in com.helger.commons.codec that return LZWCodec.LZWNodeModifier and TypeMethodDescriptionLZWCodec.LZWNode.getChildNode(byte nIndex) LZWCodec.LZWNode.getChildNode(byte[] aBuffer) This will traverse the tree until it gets to the sub node.LZWCodec.LZWEncodeDictionary.getNode(byte[] aBytes) Methods in com.helger.commons.codec with parameters of type LZWCodec.LZWNodeModifier and TypeMethodDescriptionvoidLZWCodec.LZWNode.setChildNode(byte nIndex, LZWCodec.LZWNode aNode)