parameters for zlibCompressStream (adds a compression level on top of ZlibParams) Generated from class MR.ZlibCompressParams. Base classes: Direct: (non-virtual) MR.ZlibParams This is the non-const half of the class.
More...
|
| new unsafe ref int | level [get] |
| | compression level: 0 = no compression, 1 = the fastest but the most inefficient, 9 = the most efficient but the slowest; -1 = zlib's default
|
| new unsafe MR.? ZlibCompressStats | stats [get, set] |
| | optional output; if non-null, the pointed-to object is populated with CRC-32 of the input and the uncompressed / compressed byte totals
|
| 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 int | level [get] |
| | compression level: 0 = no compression, 1 = the fastest but the most inefficient, 9 = the most efficient but the slowest; -1 = zlib's default
|
| unsafe MR.? ZlibCompressStats | stats [get] |
| | optional output; if non-null, the pointed-to object is populated with CRC-32 of the input and the uncompressed / compressed byte totals
|
| 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 for zlibCompressStream (adds a compression level on top of ZlibParams) Generated from class MR.ZlibCompressParams. Base classes: Direct: (non-virtual) MR.ZlibParams This is the non-const half of the class.
◆ ZlibCompressParams() [1/3]
| unsafe MR.ZlibCompressParams.ZlibCompressParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ ZlibCompressParams() [2/3]
◆ ZlibCompressParams() [3/3]
◆ assign()
Generated from method MR::ZlibCompressParams::operator=.
◆ operator MR.ZlibParams()
◆ level
| new unsafe ref int MR.ZlibCompressParams.level |
|
get |
compression level: 0 = no compression, 1 = the fastest but the most inefficient, 9 = the most efficient but the slowest; -1 = zlib's default
◆ rawDeflate
| new unsafe ref bool MR.ZlibCompressParams.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)
◆ stats
optional output; if non-null, the pointed-to object is populated with CRC-32 of the input and the uncompressed / compressed byte totals
The documentation for this class was generated from the following file: