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

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.
 

Detailed Description

Burrows-Wheeler last column and its original rotation index.

Definition at line 47 of file bzip2.hpp.

Member Data Documentation

◆ last_column

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().

◆ original_pointer

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().


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