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

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

Inheritance diagram for MR.Const_ZlibParams:

Classes

struct  _Underlying

Public Member Functions

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.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe bool * __ref_storage_rawDeflate

Properties

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 shared by zlibCompressStream and zlibDecompressStream Generated from class MR.ZlibParams. Derived classes: Direct: (non-virtual) MR.ZlibCompressParams This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_ZlibParams() [1/4]

unsafe MR.Const_ZlibParams.Const_ZlibParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_ZlibParams() [2/4]

unsafe MR.Const_ZlibParams.Const_ZlibParams ( bool rawDeflate)
inline

Constructs MR.ZlibParams elementwise.

◆ Const_ZlibParams() [3/4]

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

Generated from constructor MR.ZlibParams.ZlibParams.

◆ Const_ZlibParams() [4/4]

MR.Const_ZlibParams.Const_ZlibParams ( ZlibParams _other)
inline

Generated from constructor MR.ZlibParams.ZlibParams.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_ZlibParams.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ref_storage_rawDeflate

unsafe bool* MR.Const_ZlibParams.__ref_storage_rawDeflate
protected

Property Documentation

◆ rawDeflate

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