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

Inheritance diagram for MR.Const_ZlibCompressParams:

Classes

struct  _Underlying

Public Member Functions

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.Const_ZlibParams (Const_ZlibCompressParams self)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe int * __ref_storage_level
unsafe MR.ZlibCompressStats._Underlying ** __ptr_storage_stats
unsafe bool * __ref_storage_rawDeflate

Properties

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)

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

Constructor & Destructor Documentation

◆ Const_ZlibCompressParams() [1/3]

unsafe MR.Const_ZlibCompressParams.Const_ZlibCompressParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_ZlibCompressParams() [2/3]

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

Generated from constructor MR.ZlibCompressParams.ZlibCompressParams.

◆ Const_ZlibCompressParams() [3/3]

MR.Const_ZlibCompressParams.Const_ZlibCompressParams ( ZlibCompressParams _other)
inline

Generated from constructor MR.ZlibCompressParams.ZlibCompressParams.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_ZlibCompressParams.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ operator MR.Const_ZlibParams()

unsafe implicit MR.Const_ZlibCompressParams.operator MR.Const_ZlibParams ( Const_ZlibCompressParams self)
inlinestatic

Member Data Documentation

◆ __ptr_storage_stats

unsafe MR.ZlibCompressStats._Underlying** MR.Const_ZlibCompressParams.__ptr_storage_stats
protected

◆ __ref_storage_level

unsafe int* MR.Const_ZlibCompressParams.__ref_storage_level
protected

◆ __ref_storage_rawDeflate

unsafe bool* MR.Const_ZlibCompressParams.__ref_storage_rawDeflate
protected

Property Documentation

◆ level

unsafe int MR.Const_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

unsafe bool MR.Const_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

unsafe MR.? ZlibCompressStats MR.Const_ZlibCompressParams.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


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