MeshLib C# Docs
Loading...
Searching...
No Matches
MR.ZlibCompressStats Class Reference

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...

Inheritance diagram for MR.ZlibCompressStats:

Public Member Functions

unsafe ZlibCompressStats ()
 Constructs an empty (default-constructed) instance.
unsafe ZlibCompressStats (uint crc32, ulong uncompressedSize, ulong compressedSize)
 Constructs MR.ZlibCompressStats elementwise.
unsafe ZlibCompressStats (MR.Const_ZlibCompressStats _other)
 Generated from constructor MR.ZlibCompressStats.ZlibCompressStats.
 ZlibCompressStats (ZlibCompressStats _other)
 Generated from constructor MR.ZlibCompressStats.ZlibCompressStats.
unsafe MR.ZlibCompressStats assign (MR.Const_ZlibCompressStats _other)
 Generated from method MR::ZlibCompressStats::operator=.
Public Member Functions inherited from MR.Const_ZlibCompressStats
virtual void Dispose ()
unsafe Const_ZlibCompressStats ()
 Constructs an empty (default-constructed) instance.
unsafe Const_ZlibCompressStats (uint crc32, ulong uncompressedSize, ulong compressedSize)
 Constructs MR.ZlibCompressStats elementwise.
unsafe Const_ZlibCompressStats (MR.Const_ZlibCompressStats _other)
 Generated from constructor MR.ZlibCompressStats.ZlibCompressStats.
 Const_ZlibCompressStats (ZlibCompressStats _other)
 Generated from constructor MR.ZlibCompressStats.ZlibCompressStats.

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

Detailed Description

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.

Constructor & Destructor Documentation

◆ ZlibCompressStats() [1/4]

unsafe MR.ZlibCompressStats.ZlibCompressStats ( )
inline

Constructs an empty (default-constructed) instance.

◆ ZlibCompressStats() [2/4]

unsafe MR.ZlibCompressStats.ZlibCompressStats ( uint crc32,
ulong uncompressedSize,
ulong compressedSize )
inline

Constructs MR.ZlibCompressStats elementwise.

◆ ZlibCompressStats() [3/4]

unsafe MR.ZlibCompressStats.ZlibCompressStats ( MR.Const_ZlibCompressStats _other)
inline

Generated from constructor MR.ZlibCompressStats.ZlibCompressStats.

◆ ZlibCompressStats() [4/4]

MR.ZlibCompressStats.ZlibCompressStats ( ZlibCompressStats _other)
inline

Generated from constructor MR.ZlibCompressStats.ZlibCompressStats.

Member Function Documentation

◆ assign()

unsafe MR.ZlibCompressStats MR.ZlibCompressStats.assign ( MR.Const_ZlibCompressStats _other)
inline

Generated from method MR::ZlibCompressStats::operator=.

Property Documentation

◆ compressedSize

new unsafe ref ulong MR.ZlibCompressStats.compressedSize
get

total bytes written to the output stream

◆ crc32

new unsafe ref uint MR.ZlibCompressStats.crc32
get

CRC-32 of the uncompressed input.

◆ uncompressedSize

new unsafe ref ulong MR.ZlibCompressStats.uncompressedSize
get

total bytes read from the input stream


The documentation for this class was generated from the following file: