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...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| 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)
|
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.
◆ 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 |
◆ Const_ZlibParams() [3/4]
◆ Const_ZlibParams() [4/4]
| MR.Const_ZlibParams.Const_ZlibParams |
( |
ZlibParams | _other | ) |
|
|
inline |
◆ Dispose() [1/2]
| virtual void MR.Const_ZlibParams.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_ZlibParams.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ref_storage_rawDeflate
| unsafe bool* MR.Const_ZlibParams.__ref_storage_rawDeflate |
|
protected |
◆ 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: