Versions in this module Expand all Collapse all v0 v0.1.1 Jan 3, 2022 v0.1.0 Jan 3, 2022 Changes in this version + const HFS0Magic + const HFSfileEntryTableSize + const PFS0HeaderLength + const PFS0Magic + const PFSStaticHeaderLength + const PFSfileEntryTableSize + type FileEntryTableItem struct + Name string + Size uint64 + StartOffset uint64 + type PartionFS struct + FileEntryTable []FileEntryTableItem + HeaderLen int + Size int + func ReadSection(reader io.ReaderAt, offset int64) (*PartionFS, error) + func (partition *PartionFS) GetByName(id string) *FileEntryTableItem