Class IDATChunk

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int height  
      private static byte[] type  
      private int width  
    • Constructor Summary

      Constructors 
      Constructor Description
      IDATChunk​(int width, int height)  
    • Field Detail

      • type

        private static final byte[] type
      • width

        private final int width
      • height

        private final int height
    • Constructor Detail

      • IDATChunk

        public IDATChunk​(int width,
                         int height)