Conscience Core
Public Attributes | List of all members
ZSTD_frameSizeInfo Struct Reference

Public Attributes

size_t nbBlocks
 
size_t compressedSize
 
unsigned long long decompressedBound
 

Detailed Description

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

Member Data Documentation

◆ compressedSize

size_t ZSTD_frameSizeInfo::compressedSize

◆ decompressedBound

unsigned long long ZSTD_frameSizeInfo::decompressedBound

◆ nbBlocks

size_t ZSTD_frameSizeInfo::nbBlocks

The documentation for this struct was generated from the following file: