Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
ZSTD_frameSizeInfo Struct Reference

#include <zstd_internal.h>

Data Fields

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

Field Documentation

◆ compressedSize

size_t compressedSize

◆ decompressedBound

unsigned long long decompressedBound

◆ nbBlocks

size_t nbBlocks

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