Documentation ¶
Overview ¶
SCS extraction code taken from https://github.com/Luzifer/scs-extract Slightly modified to support 4 GB+ SCS archives
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CatalogEntry ¶
type EntryType ¶
type EntryType int32
const ( EntryTypeUncompressedFile EntryType = iota EntryTypeUncompressedNames EntryTypeCompressedFile EntryTypeCompressedNames EntryTypeUncompressedFileCopy EntryTypeUncompressedNamesCopy EntryTypeCompressedFileCopy EntryTypeCompressedNamesCopy )
See https://forum.scssoft.com/viewtopic.php?p=644638#p644638
type File ¶
type File struct { Name string CatalogOffset int64 CatalogEntry // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.