Skip to content

Struct star::BlockInfo

ClassList > 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

uint64_t star::BlockInfo::compressed_size;

variable offset

uint64_t star::BlockInfo::offset;

variable uncompressed_size

uint64_t star::BlockInfo::uncompressed_size;

Public Functions Documentation

function read

inline void star::BlockInfo::read (
    std::istream & is
) 

function write

inline void star::BlockInfo::write (
    std::ostream & os
) const


The documentation for this class was generated from the following file StarDS/include/stards.h