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