Uses of Class
org.apache.commons.compress.compressors.gzip.GzipParameters.OS
-
Packages that use GzipParameters.OS Package Description org.apache.commons.compress.compressors.gzip 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.OS Modifier and Type Method Description static GzipParameters.OSGzipParameters.OS. from(int code)Gets theGzipParameters.OSmatching the given code.GzipParameters.OSGzipParameters. getOS()Gets the OS type.static GzipParameters.OSGzipParameters.OS. valueOf(java.lang.String name)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.OS Modifier and Type Method Description voidGzipParameters. setOS(GzipParameters.OS os)Sets the operating system on which the compression took place.
-