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. | |
Decoded literals and the number of compressed-block bytes they occupy.
Definition at line 60 of file zstandard.hpp.
| 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().
| 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().