Метод | Описание | |
---|---|---|
CompressingFilter ( |
Protected constructor that sets up the underlying stream we're compressing into
|
|
WriteHeaders ( ) : void |
Writes out the compression-related headers. Subclasses should call this once before writing to the output stream.
|
protected CompressingFilter ( |
||
baseStream | The stream we're wrapping up | |
compressionLevel | CompressionLevels | The level of compression to use when compressing the content |
Результат | System.IO |