Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Header ¶
type Header struct { TupleSize int // Sizee of each Tuple NumOfTuples int // Number of Tuples DDBlock bool // Childs Are Descriptors }
The Text Header Structure is "ts:3;nt:983;ddblock:f\0" + Random...
ts = Tuple Size; nt = Number of Tuples; ddblock = DDBlock = Childs Are Descriptors if true ("t")
Click to show internal directories.
Click to hide internal directories.