Uses of Class
edu.harvard.hul.ois.jhove.module.gzip.CompressionType
-
Packages that use CompressionType Package Description edu.harvard.hul.ois.jhove.module.gzip Contains the classes needed for building a JHOVE application. -
-
Uses of CompressionType in edu.harvard.hul.ois.jhove.module.gzip
Fields in edu.harvard.hul.ois.jhove.module.gzip declared as CompressionType Modifier and Type Field Description protected CompressionTypeGzipEntryData. extraFlagsCompression type read from extra flags in header.static CompressionTypeCompressionType. FASTEST_ALGORITHMGZip extra flag value for fastest algorithm.static CompressionTypeCompressionType. MAXIMUM_COMPRESSIONGZip extra flag value for maximum compression.Methods in edu.harvard.hul.ois.jhove.module.gzip that return CompressionType Modifier and Type Method Description static CompressionTypeCompressionType. fromValue(int n)Returns the enumerated value object corresponding to the specified integer value.
-