Creates a new instance of GzipDecompressionStream class.
Namespace:
Rebex.IO.Compression.Streams
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ inner As Stream, _ mode As OpenMode _ ) |
C# |
---|
public GzipDecompressionStream( Stream inner, OpenMode mode ) |
Parameters
- inner
- Type: System.IO..::..Stream
Underlying stream that contains compressed data or to which decompressed data is written.
- mode
- Type: Rebex.IO.Compression.Streams..::..OpenMode
Whether data will be read from or written to the underlying stream.