Class IdatChunk

java.lang.Object
com.mcgath.jhove.module.png.PNGChunk
com.mcgath.jhove.module.png.IdatChunk

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

    • IdatChunk

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

    • 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