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.OSGzipParameters.OS.from(int code) Gets theGzipParameters.OSmatching the given code.GzipParameters.getOS()Gets the OS type.static GzipParameters.OSReturns 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 TypeMethodDescriptionvoidGzipParameters.setOS(GzipParameters.OS os) Sets the operating system on which the compression took place.