zlib – SYNC_FLUSH/FULL_FLUSH parameters in Java Deflater: relation to DEFLATE blocks?
zlib – SYNC_FLUSH/FULL_FLUSH parameters in Java Deflater: relation to DEFLATE blocks?
Yes, both flushes terminate the current block after the provided input data.
FULL_FLUSH
furthermore prevents the following blocks from using matching strings in the blocks before it.