Class GZipFileManager
java.lang.Object
com.ibm.dtfj.utils.file.FileManager
com.ibm.dtfj.utils.file.SimpleFileManager
com.ibm.dtfj.utils.file.CompressedFileManager
com.ibm.dtfj.utils.file.GZipFileManager
File manger for gzip'd files. The gzip algorithm does not support a hierarchical archive
and only works on a single file.
-
Field Summary
Fields declared in class com.ibm.dtfj.utils.file.CompressedFileManager
buffer
Fields declared in class com.ibm.dtfj.utils.file.SimpleFileManager
managedFile
Fields declared in class com.ibm.dtfj.utils.file.FileManager
logger, MIN_CORE_SIZE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
extract
(ManagedImageSource file, File todir) void
getStream
(ManagedImageSource source) Methods declared in class com.ibm.dtfj.utils.file.CompressedFileManager
checkDirectoryToExtractTo, extractEntry, getImageSource
Methods declared in class com.ibm.dtfj.utils.file.SimpleFileManager
getImageSources, getStream
Methods declared in class com.ibm.dtfj.utils.file.FileManager
createTempDir, fileExists, genJavacoreName, getJavaCoreNameFromPHD, getManager, isArchive
-
Constructor Details
-
GZipFileManager
-
-
Method Details
-
extract
- Throws:
IOException
-
getStream
- Throws:
IOException
-
extract
- Throws:
IOException
-