public abstract class AbstractExtractor extends java.lang.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(java.io.File source) |
IExtractedFileSet |
extract(IDownloadConfig runtime,
java.io.File source,
FilesToExtract toExtract) |
protected abstract AbstractExtractor.ArchiveWrapper archiveStream(java.io.File source) throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOExceptionpublic IExtractedFileSet extract(IDownloadConfig runtime, java.io.File source, FilesToExtract toExtract) throws java.io.IOException
extract in interface IExtractorjava.io.IOExceptionCopyright © 2014. All Rights Reserved.