Documentation ¶
Index ¶
Constants ¶
View Source
const ( TypeBad = 0 TypeFile = 1 TypeDir = 2 TypeSymLink = 3 TypeDevice = 4 TypeSocket = 5 )
View Source
const ( ArchNone = 0 ArchMachO = 1 ArchFat = 2 ArchCFM = 3 )
View Source
const ( CompressionNone = 0 CompressionZlib = 1 CompressionBZ2 = 2 CompressionAuto = 8 CompressionMask = 0xF )
Variables ¶
View Source
var ErrBlockNotFound = errors.New("bom: block not found")
View Source
var ErrInvalidFormat = errors.New("bom: invalid format")
Functions ¶
This section is empty.
Types ¶
type BOM ¶
type BOM struct { Header header BlockTable blockTable Vars []Var // contains filtered or unexported fields }
func (*BOM) BlockNames ¶
type Tree ¶
type TreeHeader ¶
Click to show internal directories.
Click to hide internal directories.