Brotli
System.IO.Compression.BrotliStream
Namespace: System.IO.Compression
Assembly: Wisej.Web.Ext.Brotli (2.0.0.0)
Represents a Brotli stream for compression or decompression.
public class BrotliStream : BrotliStream
Constructors
BrotliStream(stream, level, leaveOpen)

Initializes a new instance of the BrotliStream class using the specified stream and compression level, and optionally leaves the stream open.
Name
Type
Description
level
One of CompressionLevel values that indicates the level of compression to adopt.
leaveOpen
true to leave the stream open after disposing the BrotliStream object; otherwise, false.
BrotliStream(stream, level)

Initializes a new instance of the BrotliStream class using the specified stream and compression mode, and optionally leaves the stream open.
Name
Type
Description
level
One of CompressionLevel values that indicates the level of compression to adopt.
BrotliStream(stream, mode, leaveOpen)

Initializes a new instance of the BrotliStream class using the specified stream and compression mode, and optionally leaves the stream open.
Name
Type
Description
mode
One of the enumeration values that indicates whether to compress or decompress the stream.
leaveOpen
true to leave the stream open after disposing the BrotliStream object; otherwise, false.
BrotliStream(stream, mode)

Initializes a new instance of the BrotliStream class using the specified stream and compression mode.
Name
Type
Description
mode
One of the enumeration values that indicates whether to compress or decompress the stream.
Inherited
Properties
Methods
Name
Description
From
Last updated
Was this helpful?