Project Alice
|
#include <zstd_internal.h>
Public Attributes | |
size_t | nbBlocks |
size_t | compressedSize |
unsigned long long | decompressedBound |
Contains the compressed frame size and an upper-bound for the decompressed frame size. Note: before using compressedSize
, check for errors using ZSTD_isError(). similarly, before using decompressedBound
, check for errors using: decompressedBound != ZSTD_CONTENTSIZE_ERROR
Definition at line 344 of file zstd_internal.h.
size_t ZSTD_frameSizeInfo::compressedSize |
Definition at line 346 of file zstd_internal.h.
unsigned long long ZSTD_frameSizeInfo::decompressedBound |
Definition at line 347 of file zstd_internal.h.
size_t ZSTD_frameSizeInfo::nbBlocks |
Definition at line 345 of file zstd_internal.h.