Class SimpleFileManager
java.lang.Object
com.ibm.dtfj.utils.file.FileManager
com.ibm.dtfj.utils.file.SimpleFileManager
- Direct Known Subclasses:
CompressedFileManager
Simple file manager for dealing with files that are intended to be read directly.
-
Field Summary
Fields declared in class com.ibm.dtfj.utils.file.FileManager
logger, MIN_CORE_SIZE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets a stream for the file which is being managed, this could be an archive file or a normal file.Methods declared in class com.ibm.dtfj.utils.file.FileManager
createTempDir, fileExists, genJavacoreName, getJavaCoreNameFromPHD, getManager, isArchive
-
Field Details
-
managedFile
-
-
Constructor Details
-
SimpleFileManager
-
-
Method Details
-
getImageSources
- Throws:
IOException
-
getStream
Description copied from class:FileManager
Gets a stream for the file which is being managed, this could be an archive file or a normal file. If this is a compressed file then the stream returned will be a 'raw' stream onto file itself.- Specified by:
getStream
in classFileManager
- Returns:
- Throws:
IOException
-