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...
|
| 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)
|
| 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 non-const half of the class.
◆ ZlibParams() [1/4]
| unsafe MR.ZlibParams.ZlibParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ ZlibParams() [2/4]
| unsafe MR.ZlibParams.ZlibParams |
( |
bool | rawDeflate | ) |
|
|
inline |
◆ ZlibParams() [3/4]
◆ ZlibParams() [4/4]
◆ assign()
Generated from method MR::ZlibParams::operator=.
◆ 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: