Struct star::BlockInfo¶
Metadata for a single compressed block.
#include <stards.h>
Public Attributes¶
| Type | Name |
|---|---|
| uint64_t | compressed_size |
| uint64_t | offset |
| uint64_t | uncompressed_size |
Public Functions¶
| Type | Name |
|---|---|
| void | read (std::istream & is) |
| void | write (std::ostream & os) const |
Public Attributes Documentation¶
variable compressed_size¶
variable offset¶
variable uncompressed_size¶
Public Functions Documentation¶
function read¶
function write¶
The documentation for this class was generated from the following file StarDS/include/stards.h