Class CCITTFaxDecoderStream.Tree

  • Enclosing class:
    CCITTFaxDecoderStream

    private static final class CCITTFaxDecoderStream.Tree
    extends java.lang.Object
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Tree

        private Tree()
    • 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