Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Extracter ¶
type Extracter interface { Name() string Open() (io.ReadCloser, error) Close() error }
Extracter can extracts its file's content.
type Lister ¶
Lister can list the archive's contents.
func NewRarLister ¶
NewRarLister copies the contents of the io.Reader into "rar.rar" under a temp directory, which is used for extraction, too.
Click to show internal directories.
Click to hide internal directories.