![]() |
Home | Libraries | People | FAQ | More |
Flush option.
Defined in header <boost/beast/zlib/zlib.hpp>
enum Flush
Name |
Description |
---|---|
|
No policy. |
|
Flush all pending output on a bit boundary and hold up to seven bits. |
|
Flush all pending output on a bit boundary. |
|
Flush all pending output on a byte boundary. |
|
Flush all pending output on a byte boundary and reset state. |
|
Compress the input left in a single step. |
|
Flush output as in |
The allowed flush values for the deflate_stream::write
and inflate_stream::write
functions.
Please refer to deflate_stream::write
and inflate_stream::write
for details.