zstdDecoderInputBufferLength top-level constant

int const zstdDecoderInputBufferLength

ZSTD_BLOCKSIZE_MAX + ZSTD_blockHeaderSize.

Implementation

const zstdDecoderInputBufferLength = ZstdConstants.ZSTD_BLOCKSIZE_MAX + 3;