Class HistChunk

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

public class HistChunk extends PNGChunk
The hIST (Histogram) chunk
  • Constructor Details

    • HistChunk

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

    • processChunk

      public void processChunk(RepInfo info) throws Exception
      Process the data in the chunk. All we do is note the presence of the chunk in a property.
      Overrides:
      processChunk in class PNGChunk
      Throws:
      Exception