SYNC_FLUSH_MARKER

const val SYNC_FLUSH_MARKER: Int = 65535

Z_SYNC_FLUSH marker: 00 00 FF FF

This 4-byte sequence is produced by deflate's Z_SYNC_FLUSH operation and marks the end of a complete deflate block. Data up to this marker can be decompressed independently without waiting for more input.

The sequence represents an empty non-final stored block in the deflate format.