Burrows-Wheeler last column and its original rotation index. More...
#include <bzip2.hpp>
Public Attributes | |
| std::vector< std::byte > | last_column |
| Final byte of each lexicographically sorted cyclic rotation. | |
| std::size_t | original_pointer |
| Row containing the unrotated source block. | |
Burrows-Wheeler last column and its original rotation index.
| std::vector< std::byte > rpnx::compression::bzip2_codec::burrows_wheeler_result::last_column |
Final byte of each lexicographically sorted cyclic rotation.
Definition at line 50 of file bzip2.hpp.
Referenced by rpnx::compression::bzip2_codec::compress_block().
| std::size_t rpnx::compression::bzip2_codec::burrows_wheeler_result::original_pointer |
Row containing the unrotated source block.
Definition at line 52 of file bzip2.hpp.
Referenced by rpnx::compression::bzip2_codec::compress_block().