Uses of Class
org.dellroad.lzma.client.CompressionMode
-
Packages that use CompressionMode Package Description org.dellroad.lzma.client -
-
Uses of CompressionMode in org.dellroad.lzma.client
Fields in org.dellroad.lzma.client declared as CompressionMode Modifier and Type Field Description static CompressionModeLZMACompressor. DEFAULT_COMPRESSION_MODEThe default compression mode (3).Methods in org.dellroad.lzma.client that return CompressionMode Modifier and Type Method Description static CompressionModeCompressionMode. get(int level)The the instance corresponding to the integerlevel.static CompressionModeCompressionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CompressionMode[]CompressionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.dellroad.lzma.client with parameters of type CompressionMode Constructor Description LZMAByteArrayCompressor(byte[] data, CompressionMode mode)Primary constructor.LZMACompressor(InputStream input, OutputStream output, long length, CompressionMode mode)Primary constructor.
-