Versions in this module Expand all Collapse all v0 v0.1.1 Dec 8, 2024 v0.1.0 Dec 8, 2024 Changes in this version + const CompressMethodDeflated + const CompressMethodStored + const ExtTimeExtraID + const InfoZipUnixExtraID + const NtFsExtraID + const UnixExtraID + const Zip64ExtraID + var SUPPORTED_FORMATS map[ft.FileType]bool = map[ft.FileType]bool + func MSDosTimeToTime(dosDate, dosTime uint16) time.Time + type ArchiveEntry interface + GetName func() string + IsDir func() bool + Open func() (io.ReadCloser, error) + type ArchiveEntryState struct + type ArchiveStreamReader struct + func NewReader(reader io.Reader) *ArchiveStreamReader + func (reader *ArchiveStreamReader) GetNextEntry() (ArchiveEntry, error) + type GzipEntry struct + func (entry *GzipEntry) GetName() string + func (entry *GzipEntry) IsDir() bool + func (entry *GzipEntry) Open() (io.ReadCloser, error) + type GzipEntryCloser struct + func (gzipEntryCloser GzipEntryCloser) Close() error + type ReadBuf []byte + func (buff *ReadBuf) Sub(n int) ReadBuf + func (buff *ReadBuf) Uint16() uint16 + func (buff *ReadBuf) Uint32() uint32 + func (buff *ReadBuf) Uint64() uint64 + func (buff *ReadBuf) Uint8() uint8 + type TarEntry struct + type ZipEntry struct + func (entry *ZipEntry) GetName() string + func (entry *ZipEntry) IsDir() bool + func (entry *ZipEntry) Open() (io.ReadCloser, error)