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 const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| 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 const half of the class.
◆ Const_ZlibCompressParams() [1/3]
| unsafe MR.Const_ZlibCompressParams.Const_ZlibCompressParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_ZlibCompressParams() [2/3]
◆ Const_ZlibCompressParams() [3/3]
◆ Dispose() [1/2]
| virtual void MR.Const_ZlibCompressParams.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_ZlibCompressParams.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ operator MR.Const_ZlibParams()
◆ __ptr_storage_stats
| unsafe MR.ZlibCompressStats._Underlying** MR.Const_ZlibCompressParams.__ptr_storage_stats |
|
protected |
◆ __ref_storage_level
| unsafe int* MR.Const_ZlibCompressParams.__ref_storage_level |
|
protected |
◆ __ref_storage_rawDeflate
| unsafe bool* MR.Const_ZlibCompressParams.__ref_storage_rawDeflate |
|
protected |
◆ level
| unsafe int MR.Const_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
| unsafe bool MR.Const_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: