Versions in this module Expand all Collapse all v0 v0.0.1 Dec 29, 2021 Changes in this version + var ErrStopWalk = fmt.Errorf("walk stopped") + type File struct + Header interface{} + type Rar struct + func (r *Rar) CheckRAR(archive string) (string, error) + func (r *Rar) Close() error + func (r *Rar) Open(in io.Reader, size int64) error + func (r *Rar) Read() (File, error) + func (r *Rar) Walk(archive string, walkFn func(f File) error) error + type ReadFakeCloser struct + func (rfc ReadFakeCloser) Close() error + type Zip struct + func (z *Zip) Close() error + func (z *Zip) Open(in io.Writer) + func (z *Zip) WriteFile(file File) error