Class GzipEntryProperties

java.lang.Object
edu.harvard.hul.ois.jhove.module.gzip.GzipEntryProperties

public class GzipEntryProperties extends Object
A GZip file entry. Based on the property elements from the GZIP module of JHOVE2.
  • Field Details

    • data

      protected GzipEntryData data
      WARC record data container.
  • Constructor Details

    • GzipEntryProperties

      public GzipEntryProperties(org.jwat.gzip.GzipEntry entry)
      Construct GZip entry base property instance with the supplied data.
      Parameters:
      entry - GZip entry data
  • Method Details

    • getProperties

      public Map<String,String> getProperties()
      Retrieves the GZIP entry properties as a map.
      Returns:
      A map of the properties of the GZIP entry.