Class GzipEntryProperties


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

    • Constructor Detail

      • GzipEntryProperties

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

      • getProperties

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