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 booleanprivate intprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static StringbitPattern(int v, int len) protected longdecode(ImageInputStream iis)
-
Field Details
-
rangeLen
private int rangeLen -
rangeLow
private int rangeLow -
isLowerRange
private boolean isLowerRange
-
-
Constructor Details
-
ValueNode
-
-
Method Details
-
decode
- Specified by:
decodein classNode- Throws:
IOException
-
bitPattern
-