Uses of Class
edu.harvard.hul.ois.jhove.module.gzip.CompressionMethod
Packages that use CompressionMethod
Package
Description
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 CompressionMethodModifier and TypeFieldDescriptionstatic final CompressionMethodCompressionMethod.DEFLATEThe deflate compression method.protected CompressionMethodGzipEntryData.methodCompression methods read from header.Methods in edu.harvard.hul.ois.jhove.module.gzip that return CompressionMethodModifier and TypeMethodDescriptionstatic CompressionMethodCompressionMethod.fromValue(int n) Returns the enumerated value object corresponding to the specified integer value.