Class ValueNode
- java.lang.Object
-
- org.apache.pdfbox.jbig2.decoder.huffman.Node
-
- org.apache.pdfbox.jbig2.decoder.huffman.ValueNode
-
class ValueNode extends Node
Represents a value node in a huffman tree. It is a leaf of a tree.
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
isLowerRange
private int
rangeLen
private int
rangeLow
-
Constructor Summary
Constructors Modifier Constructor Description protected
ValueNode(HuffmanTable.Code c)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static java.lang.String
bitPattern(int v, int len)
protected long
decode(javax.imageio.stream.ImageInputStream iis)
-
-
-
Constructor Detail
-
ValueNode
protected ValueNode(HuffmanTable.Code c)
-
-