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 Summary
Fields Modifier and Type Field Description protected GzipEntryDatadataWARC record data container.
-
Constructor Summary
Constructors Constructor Description GzipEntryProperties(org.jwat.gzip.GzipEntry entry)Construct GZip entry base property instance with the supplied data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getProperties()Retrieves the GZIP entry properties as a map.
-
-
-
Field Detail
-
data
protected GzipEntryData data
WARC record data container.
-
-