Class Node
- java.lang.Object
-
- org.apache.pdfbox.jbig2.decoder.huffman.Node
-
- Direct Known Subclasses:
InternalNode
,OutOfBandNode
,ValueNode
abstract class Node extends java.lang.Object
Base class for all nodes in a huffman tree.
-
-
Constructor Summary
Constructors Constructor Description Node()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract long
decode(javax.imageio.stream.ImageInputStream iis)
-