Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry func() (io.ReadCloser, error)
type TarUnarchiver ¶
type TarUnarchiver struct {
// contains filtered or unexported fields
}
func (*TarUnarchiver) Walk ¶
func (u *TarUnarchiver) Walk(walker Walker) error
type Unarchiver ¶
func OpenTarBzip2 ¶
func OpenTarBzip2(reader io.Reader) (Unarchiver, error)
func OpenTarGzip ¶
func OpenTarGzip(reader io.Reader) (Unarchiver, error)
type ZipUnarchiver ¶
type ZipUnarchiver struct {
// contains filtered or unexported fields
}
func (*ZipUnarchiver) Walk ¶
func (u *ZipUnarchiver) Walk(walker Walker) error
Click to show internal directories.
Click to hide internal directories.