Documentation
¶
Index ¶
Constants ¶
View Source
const VERSION = 0x00010000
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrefixDB ¶
type PrefixDB struct { Total int Version uint32 Path string Description string Strings [4]int // size / count / offset / strings index width (bytes) Numbers [3]int // size / count / offset Pairs [3]int // size / count / offset Clusters [4]int // size / count / offset / clusters index width (bytes) Maps [3]int // size / count / offset Nodes [4]int // size / count / offset / nodes width (bits) // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.