Overload | Description |
---|---|
ZLibCompressedStream Constructor(Stream,CompressionMethod,CompressionLevel) | Initializes a new instance of the ZLibCompressedStream class specifying the inner stream to write to and read from, the compression method and level to use. |
ZLibCompressedStream Constructor(Stream) | Initializes a new instance of the ZLibCompressedStream class specifying the inner stream to write to and read from. |
ZLibCompressedStream Constructor(Stream,CompressionMethod,CompressionLevel,Boolean) | Initializes a new instance of the ZLibCompressedStream class specifying the inner stream to write to and read from, the compression method and level to use as well as indicating if the header must be read. |