statistics gathered during compression: CRC-32 of the uncompressed input and the total numbers of bytes read from / written to the streams Generated from class MR.ZlibCompressStats. This is the non-const half of the class. More...
Properties | |
| new unsafe ref uint | crc32 [get] |
| CRC-32 of the uncompressed input. | |
| new unsafe ref ulong | uncompressedSize [get] |
| total bytes read from the input stream | |
| new unsafe ref ulong | compressedSize [get] |
| total bytes written to the output stream | |
| Properties inherited from MR.Const_ZlibCompressStats | |
| unsafe uint | crc32 [get] |
| CRC-32 of the uncompressed input. | |
| unsafe ulong | uncompressedSize [get] |
| total bytes read from the input stream | |
| unsafe ulong | compressedSize [get] |
| total bytes written to the output stream | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_ZlibCompressStats | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_ZlibCompressStats | |
| unsafe uint * | __ref_storage_crc32 |
| unsafe ulong * | __ref_storage_uncompressedSize |
| unsafe ulong * | __ref_storage_compressedSize |
statistics gathered during compression: CRC-32 of the uncompressed input and the total numbers of bytes read from / written to the streams Generated from class MR.ZlibCompressStats. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.ZlibCompressStats elementwise.
|
inline |
Generated from constructor MR.ZlibCompressStats.ZlibCompressStats.
|
inline |
Generated from constructor MR.ZlibCompressStats.ZlibCompressStats.
|
inline |
Generated from method MR::ZlibCompressStats::operator=.
|
get |
total bytes written to the output stream
|
get |
CRC-32 of the uncompressed input.
|
get |
total bytes read from the input stream