DeflateRawStdZlibCompressor.flush
void flush(FlushMode mode = FlushMode.SYNC)Flush pending output with given flush mode.
Parameters
mode | Flush mode (NONE, SYNC, FULL, or FINISH). |
Throws
CompressionError if flush operation fails.
void flush(FlushMode mode = FlushMode.SYNC)Flush pending output with given flush mode.
mode | Flush mode (NONE, SYNC, FULL, or FINISH). |