Class OutOfBandNode
- java.lang.Object
-
- org.apache.pdfbox.jbig2.decoder.huffman.Node
-
- org.apache.pdfbox.jbig2.decoder.huffman.OutOfBandNode
-
class OutOfBandNode extends Node
Represents a out of band node in a huffman tree.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
OutOfBandNode(HuffmanTable.Code c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected long
decode(javax.imageio.stream.ImageInputStream iis)
-
-
-
Constructor Detail
-
OutOfBandNode
protected OutOfBandNode(HuffmanTable.Code c)
-
-