Class IdatChunk


  • public class IdatChunk
    extends PNGChunk
    The IDAT (pixel data) chunk
    • Constructor Detail

      • IdatChunk

        public IdatChunk​(int sig,
                         long leng)
        Constructor
    • Method Detail

      • processChunk

        public void processChunk​(RepInfo info)
                          throws Exception
        Process the chunk. We don't analyze or report the data, but we enforce the requirement that IDAT chunks must be consecutive.
        Overrides:
        processChunk in class PNGChunk
        Throws:
        Exception