Uses of Class
edu.harvard.hul.ois.jhove.module.gzip.CompressionMethod
-
Packages that use CompressionMethod Package Description edu.harvard.hul.ois.jhove.module.gzip Contains the classes needed for building a JHOVE application. -
-
Uses of CompressionMethod in edu.harvard.hul.ois.jhove.module.gzip
Fields in edu.harvard.hul.ois.jhove.module.gzip declared as CompressionMethod Modifier and Type Field Description static CompressionMethodCompressionMethod. DEFLATEThe deflate compression method.protected CompressionMethodGzipEntryData. methodCompression methods read from header.Methods in edu.harvard.hul.ois.jhove.module.gzip that return CompressionMethod Modifier and Type Method Description static CompressionMethodCompressionMethod. fromValue(int n)Returns the enumerated value object corresponding to the specified integer value.
-