Overload List
Name | Description | |
---|---|---|
Compress(array<Byte>[]()[][]) | Compresses all bytes in the array, with default BEST_COMPRESSION level | |
Compress(array<Byte>[]()[][], Int32, Int32) | Compresses the specified byte range, with default BEST_COMPRESSION level | |
Compress(array<Byte>[]()[][], Int32, Int32, Int32) | Compresses the specified byte range using the
specified compressionLevel (constants are defined in
java.util.zip.Deflater).
|