Uses of Enum
org.apache.commons.compress.compressors.gzip.GzipParameters.OS
Packages that use GzipParameters.OS
Package
Description
Provides stream classes for compressing and decompressing streams using the GZip algorithm.
-
Uses of GzipParameters.OS in org.apache.commons.compress.compressors.gzip
Methods in org.apache.commons.compress.compressors.gzip that return GzipParameters.OSModifier and TypeMethodDescriptionstatic GzipParameters.OS
GzipParameters.OS.from
(int code) Gets theGzipParameters.OS
matching the given code.GzipParameters.getOS()
Gets the OS type.static GzipParameters.OS
Returns the enum constant of this type with the specified name.static GzipParameters.OS[]
GzipParameters.OS.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.compress.compressors.gzip with parameters of type GzipParameters.OSModifier and TypeMethodDescriptionvoid
GzipParameters.setOS
(GzipParameters.OS os) Sets the operating system on which the compression took place.