public abstract class AbstractExtractor extends Object implements Extractor
| 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) |
ExtractedFileSet |
extract(DownloadConfig runtime,
File source,
FilesToExtract toExtract) |
protected abstract AbstractExtractor.ArchiveWrapper archiveStream(File source) throws IOException
IOExceptionpublic ExtractedFileSet extract(DownloadConfig runtime, File source, FilesToExtract toExtract) throws IOException
extract in interface ExtractorIOExceptionCopyright © 2022. All rights reserved.