Documentation
¶
Index ¶
- Constants
- type FBPK
- func (fbpk *FBPK) DataAlignment() int
- func (fbpk *FBPK) Entries() []*FBPKEntry
- func (fbpk *FBPK) EntryCount() int
- func (fbpk *FBPK) EntryHeaderSize() int
- func (fbpk *FBPK) GetEntry(name string) *FBPKEntry
- func (fbpk *FBPK) HeaderSize() int
- func (fbpk *FBPK) Magic() string
- func (fbpk *FBPK) PackVersion() string
- func (fbpk *FBPK) Platform() string
- func (fbpk *FBPK) Size() int64
- func (fbpk *FBPK) SlotType() int
- func (fbpk *FBPK) Version() int
- type FBPKEntry
Constants ¶
View Source
const (
MAGIC_FBPK = "FBPK"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FBPK ¶
0x00 0 | 4 = uint32: magic 0x04 4 | 4 = uint32: version 0x08 8 | 4 = uint32: header size 0x0C 12 | 4 = uint32: entries header size 0x10 16 | 16 = string: platform 0x20 32 | 64 = string: pack version 0x60 96 | 4 = uint32: slot type 0x64 100 | 4 = uint32: data align 0x68 104 | 4 = uint32: total entries 0x6C 108 | 4 = uint32: total size
func (*FBPK) DataAlignment ¶
func (*FBPK) EntryCount ¶
func (*FBPK) EntryHeaderSize ¶
func (*FBPK) HeaderSize ¶
func (*FBPK) PackVersion ¶
Click to show internal directories.
Click to hide internal directories.