Ionic Zip Library v1.9.1.6
ZlibCodec Constructor
Reference ► Ionic.Zlib ► ZlibCodec ► ZlibCodec()()()()
Create a ZlibCodec.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ZlibCodec()
Public Sub New
public: ZlibCodec()
Remarks
If you use this default constructor, you will later have to explicitly call
InitializeInflate() or InitializeDeflate() before using the ZlibCodec to compress
or decompress.