headers

package
v0.0.0-...-8122c3d Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2017 License: MIT Imports: 4 Imported by: 7

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EXTH

type EXTH struct {
	Records []*EXTHRecord
}

func ReadEXTH

func ReadEXTH(reader io.Reader) (*EXTH, error)

type EXTHRecord

type EXTHRecord struct {
	RecordType int
	RecordData []byte
}

func ReadEXTHRecord

func ReadEXTHRecord(reader io.Reader) (*EXTHRecord, error)

type MOBI

type MOBI struct {
	EXTHHeaderPresent bool
	FirstContentIndex int
	FirstImageIndex   int
	FirstNonBookIndex int
}

func ReadMOBI

func ReadMOBI(reader io.Reader) (*MOBI, error)

type PDB

type PDB struct {
	Records []*PDBRecord
}

func ReadPDB

func ReadPDB(reader io.Reader) (*PDB, error)

type PDBRecord

type PDBRecord struct {
	RecordDataOffset int
}

func ReadPDBRecord

func ReadPDBRecord(reader io.Reader) (*PDBRecord, error)

type PalmDOC

type PalmDOC struct {
	TextLength int
}

func ReadPalmDOC

func ReadPalmDOC(reader io.Reader) (*PalmDOC, error)

Jump to

Keyboard shortcuts

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