Uses of Class
edu.harvard.hul.ois.jhove.module.gzip.CompressionType
Packages that use CompressionType
Package
Description
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 CompressionTypeModifier and TypeFieldDescriptionprotected CompressionTypeGzipEntryData.extraFlagsCompression type read from extra flags in header.static final CompressionTypeCompressionType.FASTEST_ALGORITHMGZip extra flag value for fastest algorithm.static final CompressionTypeCompressionType.MAXIMUM_COMPRESSIONGZip extra flag value for maximum compression.Methods in edu.harvard.hul.ois.jhove.module.gzip that return CompressionTypeModifier and TypeMethodDescriptionstatic CompressionTypeCompressionType.fromValue(int n) Returns the enumerated value object corresponding to the specified integer value.