Searched refs:BinaryTreeNode (Results 1 – 1 of 1) sorted by relevance
275 private final BinaryTreeNode lengthTree;276 private final BinaryTreeNode distanceTree;360 private static int nextSymbol(BitInputStream reader, BinaryTreeNode tree) throws IOException { in nextSymbol()361 BinaryTreeNode node = tree; in nextSymbol()377 BinaryTreeNode codeLengthTree = buildTree(codeLengthValues); in populateDynamicTables()409 private static class BinaryTreeNode { class in HuffmanDecoder412 BinaryTreeNode leftNode;413 BinaryTreeNode rightNode;415 private BinaryTreeNode(int bits) { in BinaryTreeNode() method in HuffmanDecoder.BinaryTreeNode425 BinaryTreeNode left() { in left()[all …]