| Package | Description |
|---|---|
| loci.formats.codec |
| Modifier and Type | Field and Description |
|---|---|
protected LZWTreeNode[] |
LZWTreeNode.children
List of up to 256 children.
|
| Modifier and Type | Method and Description |
|---|---|
LZWTreeNode |
LZWTreeNode.getChild(byte index)
Gets this node's indexth child.
|
LZWTreeNode |
LZWTreeNode.nodeFromString(ByteVector string)
Gets the node for the given byte sequence, or null if none.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LZWTreeNode.addChild(int index,
LZWTreeNode node)
Sets this node's indexth child to match the given node.
|