Documentation
¶
Overview ¶
5 october 2014
5 october 2014
4 october 2014
4 october 2014
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssetData ¶
type AssetData struct { Index int ContainerPath uint32 EntryName string CompressedDataOffset uint32 CompressedSize uint32 UncompressedSize uint32 CompressionMethod uint16 Locale string Title string ID string Version uint32 ParentID string Order uint32 ContentFilter string ContentType string Description string Category string DisplayVersion string ParentVersion uint32 ParentLocale string F1KeywordCount uint32 }
type ContainerPath ¶
type File ¶
type File struct { TailData *TailData // contains filtered or unexported fields }
func Open ¶
func Open(r io.ReadSeeker) *File
func (*File) ReadContainerPaths ¶
func (f *File) ReadContainerPaths() (c []*ContainerPath)
TODO isolate core?
type TailData ¶
type TailData struct { Version string FileVersion string OffsetInterval uint32 Product string ProductVersion string ProductLocale string AssetEntryOffset CLS AssetEntryData CLS SearchTerm ODL TOCRootData CLS ContentType ODL ContentFilter ODL Category ODL Parent ODL Content ODL Keyword ODL F1 ODL AssetID ODL AssetDataOffset CLS AssetDataData CLS ContainerPathOffset CLS // TODO rename ContainerPathData CLS }
Click to show internal directories.
Click to hide internal directories.