次の方法で共有


DeflateCompressionProvider.Compress(Byte[]) Method

Definition

Compress 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