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

parameters shared by zlibCompressStream and zlibDecompressStream Generated from class MR.ZlibParams. Derived classes: Direct: (non-virtual) MR.ZlibCompressParams This is the non-const half of the class. More...

Inheritance diagram for MR.ZlibParams:

Public Member Functions

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

Properties

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_ZlibParams
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_ZlibParams
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_ZlibParams
unsafe bool * __ref_storage_rawDeflate

Detailed Description

parameters shared by zlibCompressStream and zlibDecompressStream Generated from class MR.ZlibParams. Derived classes: Direct: (non-virtual) MR.ZlibCompressParams This is the non-const half of the class.

Constructor & Destructor Documentation

◆ ZlibParams() [1/4]

unsafe MR.ZlibParams.ZlibParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ ZlibParams() [2/4]

unsafe MR.ZlibParams.ZlibParams ( bool rawDeflate)
inline

Constructs MR.ZlibParams elementwise.

◆ ZlibParams() [3/4]

unsafe MR.ZlibParams.ZlibParams ( MR.Const_ZlibParams _other)
inline

Generated from constructor MR.ZlibParams.ZlibParams.

◆ ZlibParams() [4/4]

MR.ZlibParams.ZlibParams ( ZlibParams _other)
inline

Generated from constructor MR.ZlibParams.ZlibParams.

Member Function Documentation

◆ assign()

unsafe MR.ZlibParams MR.ZlibParams.assign ( MR.Const_ZlibParams _other)
inline

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

Property Documentation

◆ rawDeflate

new unsafe ref bool MR.ZlibParams.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)


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