Public Attributes | List of all members
ZSTD_frameSizeInfo Struct Reference

Public Attributes

size_t compressedSize
 
unsigned long long decompressedBound
 
size_t nbBlocks
 

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

Definition at line 11081 of file zstd.c.

Member Data Documentation

◆ compressedSize

size_t ZSTD_frameSizeInfo::compressedSize

Definition at line 11083 of file zstd.c.

◆ decompressedBound

unsigned long long ZSTD_frameSizeInfo::decompressedBound

Definition at line 11084 of file zstd.c.

◆ nbBlocks

size_t ZSTD_frameSizeInfo::nbBlocks

Definition at line 11082 of file zstd.c.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:30