DeflateCompressionProvider.Compress(Byte[]) Method

Definition

Compresses the value using the Deflate algorithm.

public byte[] Compress (byte[] value);
abstract member Compress : byte[] -> byte[]
override this.Compress : byte[] -> byte[]
Public Function Compress (value As Byte()) As Byte()

Parameters

value
Byte[]

The bytes to compress.

Returns

Byte[]

The compressed bytes.

Implements

Applies to