MeshLib C# Docs
Loading...
Searching...
No Matches

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

Inheritance diagram for MR.Const_ZlibCompressStats:

Classes

struct  _Underlying

Public Member Functions

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.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe uint * __ref_storage_crc32
unsafe ulong * __ref_storage_uncompressedSize
unsafe ulong * __ref_storage_compressedSize

Properties

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

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 const half of the class.

Constructor & Destructor Documentation

◆ 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

Constructs MR.ZlibCompressStats elementwise.

◆ Const_ZlibCompressStats() [3/4]

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

Generated from constructor MR.ZlibCompressStats.ZlibCompressStats.

◆ Const_ZlibCompressStats() [4/4]

MR.Const_ZlibCompressStats.Const_ZlibCompressStats ( ZlibCompressStats _other)
inline

Generated from constructor MR.ZlibCompressStats.ZlibCompressStats.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_ZlibCompressStats.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_ZlibCompressStats.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __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

Property Documentation

◆ 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: