Package org.apache.pdfbox.filter
Class CCITTFaxDecoderStream.Tree
- java.lang.Object
-
- org.apache.pdfbox.filter.CCITTFaxDecoderStream.Tree
-
- Enclosing class:
- CCITTFaxDecoderStream
private static final class CCITTFaxDecoderStream.Tree extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) CCITTFaxDecoderStream.Node
root
-
Constructor Summary
Constructors Modifier Constructor Description private
Tree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
fill(int depth, int path, int value)
(package private) void
fill(int depth, int path, CCITTFaxDecoderStream.Node node)
-
-
-
Field Detail
-
root
final CCITTFaxDecoderStream.Node root
-
-
Method Detail
-
fill
void fill(int depth, int path, int value) throws java.io.IOException
- Throws:
java.io.IOException
-
fill
void fill(int depth, int path, CCITTFaxDecoderStream.Node node) throws java.io.IOException
- Throws:
java.io.IOException
-
-