Overload List

  NameDescription
Public methodStatic memberCompress(array<Byte>[]()[][])
Compresses all bytes in the array, with default BEST_COMPRESSION level
Public methodStatic memberCompress(array<Byte>[]()[][], Int32, Int32)
Compresses the specified byte range, with default BEST_COMPRESSION level
Public methodStatic memberCompress(array<Byte>[]()[][], Int32, Int32, Int32)
Compresses the specified byte range using the specified compressionLevel (constants are defined in java.util.zip.Deflater).

See Also