Uses of Class
com.ibm.dtfj.utils.file.FileManager
-
Packages that use FileManager Package Description com.ibm.dtfj.utils.file -
-
Uses of FileManager in com.ibm.dtfj.utils.file
Subclasses of FileManager in com.ibm.dtfj.utils.file Modifier and Type Class Description classCompressedFileManagerAbstract class for handling compressed filesclassGZipFileManagerFile manger for gzip'd files.classSimpleFileManagerSimple file manager for dealing with files that are intended to be read directly.classZipFileManagerMethods in com.ibm.dtfj.utils.file that return FileManager Modifier and Type Method Description static FileManagerFileManager. getManager(File file)Factory method for getting the correct manager to deal with the supplied file
-