Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, ZlibCompressParams arg0) |
| int | level (self) |
| None | level (self, int arg1) |
| ZlibCompressStats | stats (self) |
| None | stats (self, ZlibCompressStats arg1) |
| Public Member Functions inherited from mrmeshpy.ZlibParams | |
| None | __init__ (self) |
| None | __init__ (self, ZlibParams arg0) |
| None | __init__ (self, bool rawDeflate) |
| bool | rawDeflate (self) |
| None | rawDeflate (self, bool arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| ZlibCompressParams | operator (*args, **kwargs) |
| ZlibCompressParams | operator (*args, **kwargs) |
| Static Public Member Functions inherited from mrmeshpy.ZlibParams | |
| None | __init__ (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_level = 4 |
| typing | _offsetof_stats = 8 |
| Static Protected Attributes inherited from mrmeshpy.ZlibParams | |
| typing | _offsetof_rawDeflate = 0 |
Generated from: MR::ZlibCompressParams parameters for zlibCompressStream (adds a compression level on top of ZlibParams)
|
static |
| None mrmeshpy.ZlibCompressParams.__init__ | ( | self | ) |
| None mrmeshpy.ZlibCompressParams.__init__ | ( | self, | |
| ZlibCompressParams | arg0 ) |
Implicit copy constructor.
| int mrmeshpy.ZlibCompressParams.level | ( | self | ) |
compression level: 0 = no compression, 1 = the fastest but the most inefficient, 9 = the most efficient but the slowest; -1 = zlib's default
| None mrmeshpy.ZlibCompressParams.level | ( | self, | |
| int | arg1 ) |
|
static |
Reimplemented from mrmeshpy.ZlibParams.
|
static |
Reimplemented from mrmeshpy.ZlibParams.
| ZlibCompressStats mrmeshpy.ZlibCompressParams.stats | ( | self | ) |
optional output; if non-null, the pointed-to object is populated with CRC-32 of the input and the uncompressed / compressed byte totals
| None mrmeshpy.ZlibCompressParams.stats | ( | self, | |
| ZlibCompressStats | arg1 ) |
|
staticprotected |
|
staticprotected |