Versions in this module Expand all Collapse all v0 v0.1.0 Dec 26, 2021 Changes in this version + type CatalogEntry struct + CRC uint32 + HashedPath uint64 + Offset int64 + Size int32 + Type EntryType + ZSize int32 + type EntryType int32 + const EntryTypeCompressedFile + const EntryTypeCompressedFileCopy + const EntryTypeCompressedNames + const EntryTypeCompressedNamesCopy + const EntryTypeUncompressedFile + const EntryTypeUncompressedFileCopy + const EntryTypeUncompressedNames + const EntryTypeUncompressedNamesCopy + type File struct + CatalogOffset int64 + Name string + func (f *File) Open() (io.ReadCloser, error) + type Reader struct + Files []*File + func NewReader(r io.ReaderAt, size int64) (*Reader, error)