MeshLib Python Docs
Loading...
Searching...
No Matches
Inheritance diagram for mrmeshpy.ZlibParams:

Public Member Functions

None __init__ (self)
None __init__ (self, ZlibParams arg0)
None __init__ (self, bool rawDeflate)
bool rawDeflate (self)
None rawDeflate (self, bool arg1)

Static Public Member Functions

None __init__ (*args, **kwargs)
ZlibParams operator (*args, **kwargs)
ZlibParams operator (*args, **kwargs)

Static Protected Attributes

typing _offsetof_rawDeflate = 0

Detailed Description

Generated from:  MR::ZlibParams

parameters shared by zlibCompressStream and zlibDecompressStream

Constructor & Destructor Documentation

◆ __init__() [1/4]

None mrmeshpy.ZlibParams.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/4]

None mrmeshpy.ZlibParams.__init__ ( self)

◆ __init__() [3/4]

None mrmeshpy.ZlibParams.__init__ ( self,
ZlibParams arg0 )
Implicit copy constructor.

◆ __init__() [4/4]

None mrmeshpy.ZlibParams.__init__ ( self,
bool rawDeflate )
Implicit aggregate constructor.

Member Function Documentation

◆ operator() [1/2]

ZlibParams mrmeshpy.ZlibParams.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

ZlibParams mrmeshpy.ZlibParams.operator ( * args,
** kwargs )
static

◆ rawDeflate() [1/2]

bool mrmeshpy.ZlibParams.rawDeflate ( self)
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)

◆ rawDeflate() [2/2]

None mrmeshpy.ZlibParams.rawDeflate ( self,
bool arg1 )

Member Data Documentation

◆ _offsetof_rawDeflate

typing mrmeshpy.ZlibParams._offsetof_rawDeflate = 0
staticprotected

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