ReactOS 0.4.15-dev-7918-g2a2556c
ZSTD_frameSizeInfo Struct Reference

#include <zstd_internal.h>

Public Attributes

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

Definition at line 378 of file zstd_internal.h.

Member Data Documentation

◆ compressedSize

size_t ZSTD_frameSizeInfo::compressedSize

◆ decompressedBound

unsigned long long ZSTD_frameSizeInfo::decompressedBound

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