BlockFile.HeaderBlock

* The HeaderBlock is the first block in the BlockFile

class BlockFile
@safe
struct HeaderBlock {
enum ID_SIZE;
enum LABEL_SIZE;
}

Members

Variables

block_size
uint block_size;

Size of the block's

create_time
long create_time;

Time of creation

id
char[ID_SIZE] id;

Short description string

label
char[LABEL_SIZE] label;

Label to set the BlockFile type

max_size
uint max_size;

Max size of one blocksegment in block