Class ValueNode
java.lang.Object
org.apache.pdfbox.jbig2.decoder.huffman.Node
org.apache.pdfbox.jbig2.decoder.huffman.ValueNode
Represents a value node in a huffman tree. It is a leaf of a tree.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private int
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static String
bitPattern
(int v, int len) protected long
decode
(ImageInputStream iis)
-
Field Details
-
rangeLen
private int rangeLen -
rangeLow
private int rangeLow -
isLowerRange
private boolean isLowerRange
-
-
Constructor Details
-
ValueNode
-
-
Method Details
-
decode
- Specified by:
decode
in classNode
- Throws:
IOException
-
bitPattern
-