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