public abstract class AbstractExtractor extends Object implements IExtractor
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
AbstractExtractor.ArchiveWrapper |
| Constructor and Description |
|---|
AbstractExtractor() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractExtractor.ArchiveWrapper |
archiveStream(File source) |
IExtractedFileSet |
extract(IDownloadConfig runtime,
File source,
FilesToExtract toExtract) |
protected abstract AbstractExtractor.ArchiveWrapper archiveStream(File source) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic IExtractedFileSet extract(IDownloadConfig runtime, File source, FilesToExtract toExtract) throws IOException
extract in interface IExtractorIOExceptionCopyright © 2018. All Rights Reserved.