Uses of Class
com.helger.base.codec.impl.LZWCodec.LZWNode
Packages that use LZWCodec.LZWNode
-
Uses of LZWCodec.LZWNode in com.helger.base.codec.impl
Methods in com.helger.base.codec.impl that return LZWCodec.LZWNodeModifier and TypeMethodDescription@Nullable LZWCodec.LZWNodeLZWCodec.LZWNode.getChildNode(byte nIndex) Get the child node at the specified byte index.@Nullable LZWCodec.LZWNodeLZWCodec.LZWNode.getChildNode(byte @NonNull [] aBuffer) This will traverse the tree until it gets to the sub node.@Nullable LZWCodec.LZWNodeLZWCodec.LZWEncodeDictionary.getNode(byte @NonNull [] aBytes) Get the node in the encoding tree corresponding to the provided byte sequence.Methods in com.helger.base.codec.impl with parameters of type LZWCodec.LZWNodeModifier and TypeMethodDescriptionvoidLZWCodec.LZWNode.setChildNode(byte nIndex, @NonNull LZWCodec.LZWNode aNode) Set a child node at the specified byte index.