- java.lang.Object
-
- com.ibm.dtfj.image.j9.ZipExtractionResolver
-
- All Implemented Interfaces:
ResourceReleaser,IFileLocationResolver
public class ZipExtractionResolver extends Object implements IFileLocationResolver, ResourceReleaser
-
-
Constructor Summary
Constructors Constructor Description ZipExtractionResolver(ZipFile zip)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcloseOpenFiles()FiledecompressCoreFile()InputStreamdecompressMetaDataStream()IteratorgetCreatedFiles()-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.dtfj.image.j9.IFileLocationResolver
findFileWithFullPath
-
Methods declared in interface com.ibm.dtfj.corereaders.ResourceReleaser
releaseResources
-
-
-
-
Constructor Detail
-
ZipExtractionResolver
public ZipExtractionResolver(ZipFile zip)
-
-
Method Detail
-
decompressCoreFile
public File decompressCoreFile() throws FileNotFoundException
- Throws:
FileNotFoundException
-
decompressMetaDataStream
public InputStream decompressMetaDataStream() throws IOException, FileNotFoundException
- Throws:
IOExceptionFileNotFoundException
-
closeOpenFiles
public void closeOpenFiles() throws IOException- Throws:
IOException
-
getCreatedFiles
public Iterator getCreatedFiles()
-
-