|
|
bool | get_clean_close () const |
| |
|
void | set_clean_close (bool b) |
| |
|
bool | get_compressed () const |
| |
|
void | set_compressed (bool b) |
| |
|
|
uint64_t | magic |
| |
|
uint64_t | version |
| |
|
uint64_t | itemSize |
| |
|
uint64_t | blockSize |
| |
|
uint64_t | userDataSize |
| |
|
uint64_t | maxUserDataSize |
| |
|
uint64_t | size |
| |
|
uint64_t | flags |
| |
|
uint64_t | lastBlockReadOffset |
| |
|
|
static const uint64_t | magicConst = 0x521cbe927dd6056all |
| |
|
static const uint64_t | versionConst = 4 |
| |
|
static const uint64_t | cleanCloseMask = 0x1 |
| |
|
static const uint64_t | compressedMask = 0x2 |
| |
Definition at line 31 of file stream_header.h.
The documentation for this struct was generated from the following file: