Ionic Zip Library v1.9.1.6
DeflateStream Constructor
Reference ► Ionic.Zlib ► DeflateStream ► DeflateStream()()()()
Members
Icon | Member | Description |
---|---|---|
DeflateStream(Stream, CompressionMode) |
Create a DeflateStream using the specified CompressionMode.
|
|
DeflateStream(Stream, CompressionMode, CompressionLevel) |
Create a DeflateStream using the specified CompressionMode and the specified CompressionLevel.
|
|
DeflateStream(Stream, CompressionMode, Boolean) |
Create a DeflateStream using the specified
CompressionMode, and explicitly specify whether the
stream should be left open after Deflation or Inflation.
|
|
DeflateStream(Stream, CompressionMode, CompressionLevel, Boolean) |
Create a DeflateStream using the specified CompressionMode
and the specified CompressionLevel, and explicitly specify whether
the stream should be left open after Deflation or Inflation.
|