FH

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Block

type Block struct {
	Header blocks.Header
	Link   Link
	Data   Data
}

func New

func New(file *os.File, startAdress int64) *Block

func (*Block) BlankBlock

func (b *Block) BlankBlock() *Block

func (*Block) GetChangeLog

func (b *Block) GetChangeLog(file *os.File) string

func (*Block) GetMdComment

func (b *Block) GetMdComment() int64

func (*Block) GetTimeFlag

func (b *Block) GetTimeFlag() uint8

func (*Block) GetTimeNs

func (b *Block) GetTimeNs() int64

func (*Block) Next

func (b *Block) Next() int64

type Data

type Data struct {
	TimeNS       uint64
	TZOffsetMin  int16
	DSTOffsetMin int16
	TimeFlags    uint8
	Reserved     [3]byte
}
type Link struct {
	Next      int64
	MDComment int64
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL