Creates a new instance of GzipCompressionStream 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, _ fileName As String _ ) |
C# |
---|
public GzipCompressionStream( Stream inner, OpenMode mode, string fileName ) |
Parameters
- inner
- Type: System.IO..::..Stream
Underlying stream that contains decompressed data or to which compressed data is written.
- mode
- Type: Rebex.IO.Compression.Streams..::..OpenMode
Whether data will be read from or written to the underlying stream.
- fileName
- Type: System..::..String
A file name associated with compressed data.