Uses of Class
kala.compress.compressors.gzip.GzipParameters.OS
-
Packages that use GzipParameters.OS Package Description kala.compress.compressors.gzip Provides stream classes for compressing and decompressing streams using the GZip algorithm. -
-
Uses of GzipParameters.OS in kala.compress.compressors.gzip
Fields in kala.compress.compressors.gzip declared as GzipParameters.OS Modifier and Type Field Description private GzipParameters.OSGzipParameters. operatingSystemMethods in kala.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 kala.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.
-