Class CCITTFaxDecoderStream.Tree
- java.lang.Object
-
- com.twelvemonkeys.imageio.plugins.tiff.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.Noderoot
-
Constructor Summary
Constructors Modifier Constructor Description privateTree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidfill(int depth, int path, int value)(package private) voidfill(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
-
-