刷新操作


\Flush operations

以下值是基于 Zstd 的流的有效刷新操作:

\The following values are valid flush operations for Zstd-based streams:

  • zlib.constants.ZSTD_e_continue(所有操作的默认值)

    \zlib.constants.ZSTD_e_continue (default for all operations)

  • zlib.constants.ZSTD_e_flush(调用 .flush() 时默认)

    \zlib.constants.ZSTD_e_flush (default when calling .flush())

  • zlib.constants.ZSTD_e_end(最后一个块的默认值)

    \zlib.constants.ZSTD_e_end (default for the last chunk)

AltStyle によって変換されたページ (->オリジナル) /