Overload | Description |
---|---|
GZipCompressedStream Constructor(Stream) | Initializes a new instance of the GZipCompressedStream class specifying the inner stream to write to and read from. |
GZipCompressedStream Constructor(Stream,Boolean) | |
GZipCompressedStream Constructor(Stream,Boolean,Boolean) | |
GZipCompressedStream Constructor(Stream,CompressionLevel) | Initializes a new instance of the GZipCompressedStream class specifying the inner stream to write to and read from as well as the compression level. |
GZipCompressedStream Constructor(Stream,GZipHeader,CompressionLevel) | Initializes a new instance of the GZipCompressedStream class specifying the inner stream to write to, the GZipHeader to use and the compression level. |
GZipCompressedStream Constructor(Stream,CompressionLevel,Boolean) | Initializes a new instance of the GZipCompressedStream class specifying the inner stream to write to and read from and the compression level. |
GZipCompressedStream Constructor(Stream,CompressionLevel,Boolean,Boolean) |