Searched defs:Extractor (Results 1 – 1 of 1) sorted by relevance
212 type Extractor struct { struct213 file *os.File214 zip *zip.Reader242 func (e *Extractor) Close() error {249 func (e *Extractor) Extract(dir string) error {276 func (e *Extractor) single(file *zip.File, outName string) error {