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

parameters for zlibCompressStream (adds a compression level on top of ZlibParams) Generated from class MR.ZlibCompressParams. Base classes: Direct: (non-virtual) MR.ZlibParams This is the non-const half of the class. More...

Inheritance diagram for MR.ZlibCompressParams:

Public Member Functions

unsafe ZlibCompressParams ()
 Constructs an empty (default-constructed) instance.
unsafe ZlibCompressParams (MR.Const_ZlibCompressParams _other)
 Generated from constructor MR.ZlibCompressParams.ZlibCompressParams.
 ZlibCompressParams (ZlibCompressParams _other)
 Generated from constructor MR.ZlibCompressParams.ZlibCompressParams.
unsafe MR.ZlibCompressParams assign (MR.Const_ZlibCompressParams _other)
 Generated from method MR::ZlibCompressParams::operator=.
Public Member Functions inherited from MR.Const_ZlibCompressParams
virtual void Dispose ()
unsafe Const_ZlibCompressParams ()
 Constructs an empty (default-constructed) instance.
unsafe Const_ZlibCompressParams (MR.Const_ZlibCompressParams _other)
 Generated from constructor MR.ZlibCompressParams.ZlibCompressParams.
 Const_ZlibCompressParams (ZlibCompressParams _other)
 Generated from constructor MR.ZlibCompressParams.ZlibCompressParams.

Static Public Member Functions

static unsafe implicit operator MR.ZlibParams (ZlibCompressParams self)
Static Public Member Functions inherited from MR.Const_ZlibCompressParams
static unsafe implicit operator MR.Const_ZlibParams (Const_ZlibCompressParams self)

Properties

new unsafe ref int level [get]
 compression level: 0 = no compression, 1 = the fastest but the most inefficient, 9 = the most efficient but the slowest; -1 = zlib's default
new unsafe MR.? ZlibCompressStats stats [get, set]
 optional output; if non-null, the pointed-to object is populated with CRC-32 of the input and the uncompressed / compressed byte totals
new unsafe ref bool rawDeflate [get]
 wire format of the (de)compressed bytes: true → raw deflate (RFC 1951, no wrapper) — suitable for a ZIP entry; false (default) → zlib-wrapped (RFC 1950)
Properties inherited from MR.Const_ZlibCompressParams
unsafe int level [get]
 compression level: 0 = no compression, 1 = the fastest but the most inefficient, 9 = the most efficient but the slowest; -1 = zlib's default
unsafe MR.? ZlibCompressStats stats [get]
 optional output; if non-null, the pointed-to object is populated with CRC-32 of the input and the uncompressed / compressed byte totals
unsafe bool rawDeflate [get]
 wire format of the (de)compressed bytes: true → raw deflate (RFC 1951, no wrapper) — suitable for a ZIP entry; false (default) → zlib-wrapped (RFC 1950)

Additional Inherited Members

Protected Member Functions inherited from MR.Const_ZlibCompressParams
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_ZlibCompressParams
unsafe int * __ref_storage_level
unsafe MR.ZlibCompressStats._Underlying ** __ptr_storage_stats
unsafe bool * __ref_storage_rawDeflate

Detailed Description

parameters for zlibCompressStream (adds a compression level on top of ZlibParams) Generated from class MR.ZlibCompressParams. Base classes: Direct: (non-virtual) MR.ZlibParams This is the non-const half of the class.

Constructor & Destructor Documentation

◆ ZlibCompressParams() [1/3]

unsafe MR.ZlibCompressParams.ZlibCompressParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ ZlibCompressParams() [2/3]

unsafe MR.ZlibCompressParams.ZlibCompressParams ( MR.Const_ZlibCompressParams _other)
inline

Generated from constructor MR.ZlibCompressParams.ZlibCompressParams.

◆ ZlibCompressParams() [3/3]

MR.ZlibCompressParams.ZlibCompressParams ( ZlibCompressParams _other)
inline

Generated from constructor MR.ZlibCompressParams.ZlibCompressParams.

Member Function Documentation

◆ assign()

unsafe MR.ZlibCompressParams MR.ZlibCompressParams.assign ( MR.Const_ZlibCompressParams _other)
inline

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

◆ operator MR.ZlibParams()

unsafe implicit MR.ZlibCompressParams.operator MR.ZlibParams ( ZlibCompressParams self)
inlinestatic

Property Documentation

◆ level

new unsafe ref int MR.ZlibCompressParams.level
get

compression level: 0 = no compression, 1 = the fastest but the most inefficient, 9 = the most efficient but the slowest; -1 = zlib's default

◆ rawDeflate

new unsafe ref bool MR.ZlibCompressParams.rawDeflate
get

wire format of the (de)compressed bytes: true → raw deflate (RFC 1951, no wrapper) — suitable for a ZIP entry; false (default) → zlib-wrapped (RFC 1950)

◆ stats

new unsafe MR.? ZlibCompressStats MR.ZlibCompressParams.stats
getset

optional output; if non-null, the pointed-to object is populated with CRC-32 of the input and the uncompressed / compressed byte totals


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