CompressionModeΒΆ

enum CompressionMode : System.Enum, System.IComparable, System.IFormattable, System.IConvertible

An enum to specify the direction of transcoding - whether to compress or decompress.

CompressionMode Compress

Used to specify that the stream should compress the data.

CompressionMode Decompress

Used to specify that the stream should decompress the data.