Class GzipEntryProperties
java.lang.Object
edu.harvard.hul.ois.jhove.module.gzip.GzipEntryProperties
A GZip file entry.
Based on the property elements from the GZIP module of JHOVE2.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGzipEntryProperties(org.jwat.gzip.GzipEntry entry) Construct GZip entry base property instance with the supplied data. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the GZIP entry properties as a map.
-
Field Details
-
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
Retrieves the GZIP entry properties as a map.- Returns:
- A map of the properties of the GZIP entry.
-