Overload | Description |
---|---|
Compress(Byte[]) | Compresses an array of bytes using the GZip compression format and the Xceed.Compression.CompressionLevel.Highest compression level. |
Compress(Byte[],CompressionLevel) | Compresses an array of bytes using the GZip compression format and specified compression level. |
Compress(Byte[],Int32,Int32,CompressionLevel) | Compresses an array of bytes using the GZip compression format specifying the amount of bytes to compress as well as the compression level. |