Class ChrmChunk

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

public class ChrmChunk extends PNGChunk
  • Constructor Details

    • ChrmChunk

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

    • processChunk

      public void processChunk(RepInfo info) throws Exception
      The IHDR chunk contains image information in a fixed format. I don't think the spec says it can't have extra bytes which would just be padding.
      Overrides:
      processChunk in class PNGChunk
      Throws:
      Exception