Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockOffsets ¶
type BlockOffsets struct {
IDsTotal uint32 // todo: the best place for this field is Info block
Offsets []uint64
}
func (*BlockOffsets) Pack ¶
func (b *BlockOffsets) Pack(buf []byte) []byte
func (*BlockOffsets) Unpack ¶
func (b *BlockOffsets) Unpack(data []byte) error
type BlocksData ¶
type PreloadedData ¶
type PreloadedData struct {
Info *common.Info
BlocksData BlocksData
TokenTable token.Table
}
Click to show internal directories.
Click to hide internal directories.