Class CCITTFaxEncoderStream.Code

  • Enclosing class:
    CCITTFaxEncoderStream

    private static class CCITTFaxEncoderStream.Code
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int code  
      (package private) int length  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Code​(int code, int length)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • code

        final int code
      • length

        final int length
    • Constructor Detail

      • Code

        private Code​(int code,
                     int length)