CompressionUtils.EncodeByBrotli

CompressionUtils.EncodeByBrotli method

Compresses the given byte array using the Brotli algorithm.

public static byte[] EncodeByBrotli(byte[] buff)
ParameterTypeDescription
buffByte[]The input buffer to compress.

Return Value

The compressed byte array.

See Also