Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, ZlibCompressStats arg0) |
| None | __init__ (self, int crc32, int uncompressedSize, int compressedSize) |
| int | compressedSize (self) |
| None | compressedSize (self, int arg1) |
| int | crc32 (self) |
| None | crc32 (self, int arg1) |
| int | uncompressedSize (self) |
| None | uncompressedSize (self, int arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| ZlibCompressStats | operator (*args, **kwargs) |
| ZlibCompressStats | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_compressedSize = 16 |
| typing | _offsetof_crc32 = 0 |
| typing | _offsetof_uncompressedSize = 8 |
Generated from: MR::ZlibCompressStats statistics gathered during compression: CRC-32 of the uncompressed input and the total numbers of bytes read from / written to the streams
|
static |
| None mrmeshpy.ZlibCompressStats.__init__ | ( | self | ) |
| None mrmeshpy.ZlibCompressStats.__init__ | ( | self, | |
| ZlibCompressStats | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.ZlibCompressStats.__init__ | ( | self, | |
| int | crc32, | ||
| int | uncompressedSize, | ||
| int | compressedSize ) |
Implicit aggregate constructor.
| int mrmeshpy.ZlibCompressStats.compressedSize | ( | self | ) |
total bytes written to the output stream
| None mrmeshpy.ZlibCompressStats.compressedSize | ( | self, | |
| int | arg1 ) |
| int mrmeshpy.ZlibCompressStats.crc32 | ( | self | ) |
CRC-32 of the uncompressed input
| None mrmeshpy.ZlibCompressStats.crc32 | ( | self, | |
| int | arg1 ) |
|
static |
|
static |
| int mrmeshpy.ZlibCompressStats.uncompressedSize | ( | self | ) |
total bytes read from the input stream
| None mrmeshpy.ZlibCompressStats.uncompressedSize | ( | self, | |
| int | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |