Gsf.OutputGZip
Properties
| Name | Type | Flags | Short Description | 
|---|
| deflate-level | int | r/w | The level of deflate compression used, zero meaning none and -1 meaning the zlib default | 
| raw | bool | r/w/co | Whether to write compressed data with no header/tailer. | 
| sink | Gsf.Output | r/w/co | Where the compressed data is written. | 
 
Class Details
- 
class Gsf.OutputGZip(**kwargs)
- 
- 
classmethod new(sink)
- 
Adds a reference to sink. 
 
 
Property Details
- 
Gsf.OutputGZip.props.deflate_level
- 
The level of deflate compression used, zero meaning none and -1 meaning the zlib default 
- 
Gsf.OutputGZip.props.raw
- 
Whether to write compressed data with no header/tailer. 
- 
Gsf.OutputGZip.props.sink
- 
Where the compressed data is written.