Class IccpChunk

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

public class IccpChunk extends PNGChunk
The iCCP (color profile) chunk
  • Constructor Details

    • IccpChunk

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

    • processChunk

      public void processChunk(RepInfo info) throws Exception
      Description copied from class: PNGChunk
      Process a chunk. When this is called, the input stream needs to have read the type and length and be positioned at the start of the data. The default behavior is to eat the chunk. This should be the behavior only for UnknownChunk when we're done.
      Overrides:
      processChunk in class PNGChunk
      Throws:
      Exception