A parsed Huffman tree description and its encoded byte length. More...
#include <zstandard.hpp>
Public Attributes | |
| huffman_table | table |
| Parsed canonical decoding tree. | |
| std::size_t | consumed_bytes |
| Bytes occupied by the encoded tree description. | |
A parsed Huffman tree description and its encoded byte length.
Definition at line 87 of file zstandard.hpp.
| std::size_t rpnx::compression::zstandard_codec::huffman_description_result::consumed_bytes |
Bytes occupied by the encoded tree description.
Definition at line 92 of file zstandard.hpp.
Referenced by rpnx::compression::zstandard_codec::decode_literals().
| huffman_table rpnx::compression::zstandard_codec::huffman_description_result::table |
Parsed canonical decoding tree.
Definition at line 90 of file zstandard.hpp.
Referenced by rpnx::compression::zstandard_codec::decode_literals().