| Package | Description |
|---|---|
| com.helger.commons.codec |
| Modifier and Type | Method and Description |
|---|---|
LZWCodec.LZWNode |
LZWCodec.LZWNode.getChildNode(byte nIndex) |
LZWCodec.LZWNode |
LZWCodec.LZWNode.getChildNode(byte[] aBuffer)
This will traverse the tree until it gets to the sub node.
|
LZWCodec.LZWNode |
LZWCodec.LZWEncodeDictionary.getNode(byte[] aBytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
LZWCodec.LZWNode.setChildNode(byte nIndex,
LZWCodec.LZWNode aNode) |
Copyright © 2014–2020 Philip Helger. All rights reserved.