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 const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| 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
|
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 const half of the class.
◆ Const_ZlibCompressStats() [1/4]
| unsafe MR.Const_ZlibCompressStats.Const_ZlibCompressStats |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_ZlibCompressStats() [2/4]
| unsafe MR.Const_ZlibCompressStats.Const_ZlibCompressStats |
( |
uint | crc32, |
|
|
ulong | uncompressedSize, |
|
|
ulong | compressedSize ) |
|
inline |
◆ Const_ZlibCompressStats() [3/4]
◆ Const_ZlibCompressStats() [4/4]
◆ Dispose() [1/2]
| virtual void MR.Const_ZlibCompressStats.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_ZlibCompressStats.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ref_storage_compressedSize
| unsafe ulong* MR.Const_ZlibCompressStats.__ref_storage_compressedSize |
|
protected |
◆ __ref_storage_crc32
| unsafe uint* MR.Const_ZlibCompressStats.__ref_storage_crc32 |
|
protected |
◆ __ref_storage_uncompressedSize
| unsafe ulong* MR.Const_ZlibCompressStats.__ref_storage_uncompressedSize |
|
protected |
◆ compressedSize
| unsafe ulong MR.Const_ZlibCompressStats.compressedSize |
|
get |
total bytes written to the output stream
◆ crc32
| unsafe uint MR.Const_ZlibCompressStats.crc32 |
|
get |
CRC-32 of the uncompressed input.
◆ uncompressedSize
| unsafe ulong MR.Const_ZlibCompressStats.uncompressedSize |
|
get |
total bytes read from the input stream
The documentation for this class was generated from the following file: