RPNX::Compress
Self-contained C++20 compression and ZIP library
 
Loading...
Searching...
No Matches
rpnx::compression::zstandard_codec::literals_result Struct Reference

Decoded literals and the number of compressed-block bytes they occupy. More...

#include <zstandard.hpp>

Public Attributes

std::vector< std::byte > literals
 Regenerated literal bytes.
 
std::size_t consumed_bytes
 Bytes occupied by the literals section in its compressed block.
 

Detailed Description

Decoded literals and the number of compressed-block bytes they occupy.

Definition at line 60 of file zstandard.hpp.

Member Data Documentation

◆ consumed_bytes

std::size_t rpnx::compression::zstandard_codec::literals_result::consumed_bytes

Bytes occupied by the literals section in its compressed block.

Definition at line 65 of file zstandard.hpp.

Referenced by rpnx::compression::zstandard_codec::decompress_compressed_block().

◆ literals

std::vector< std::byte > rpnx::compression::zstandard_codec::literals_result::literals

Regenerated literal bytes.

Definition at line 63 of file zstandard.hpp.

Referenced by rpnx::compression::zstandard_codec::decompress_compressed_block().


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