Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BrewingExtractor ¶
type BrewingExtractor struct {
// contains filtered or unexported fields
}
BrewingExtractor todo
func NewBrewingExtractor ¶
func NewBrewingExtractor(fd *os.File, es *foundation.ExtractOptions, alg int) (*BrewingExtractor, error)
NewBrewingExtractor todo
func (*BrewingExtractor) Extract ¶
func (e *BrewingExtractor) Extract(destination string) error
Extract file
type Extractor ¶
type Extractor struct {
// contains filtered or unexported fields
}
Extractor type
func NewExtractor ¶
func NewExtractor(fd *os.File, es *foundation.ExtractOptions) (*Extractor, error)
NewExtractor new tar extractor
Click to show internal directories.
Click to hide internal directories.