NetWrok.HTTP.Zlib.ZlibCodec.ZlibCodec C# (CSharp) 메소드

ZlibCodec() 공개 메소드

Create a ZlibCodec.
If you use this default constructor, you will later have to explicitly call InitializeInflate() or InitializeDeflate() before using the ZlibCodec to compress or decompress.
public ZlibCodec ( ) : System
리턴 System
        public ZlibCodec()
        {
        }

Same methods

ZlibCodec::ZlibCodec ( CompressionMode mode ) : System