Class GeneralTextChunk

java.lang.Object
com.mcgath.jhove.module.png.PNGChunk
com.mcgath.jhove.module.png.GeneralTextChunk
Direct Known Subclasses:
ItxtChunk, TextChunk, ZtxtChunk

public abstract class GeneralTextChunk extends PNGChunk
A superclass for TextChunk, ZtxtChunk, and ItxtChunk
  • Field Details

    • standardKeywords

      protected static final String[] standardKeywords
      Standard property keywords.
  • Constructor Details

    • GeneralTextChunk

      public GeneralTextChunk()
  • Method Details