public static interface FileManager.FileFactory
| Modifier and Type | Method and Description |
|---|---|
RandomAccessFile |
createFile(File envHome,
String fullName,
String mode) |
RandomAccessFile createFile(File envHome, String fullName, String mode) throws FileNotFoundException
envHome - can be used to distinguish environments in a test
program that opens multiple environments. Not for production use.fullName - the full file name to be passed to the
RandomAccessFile constructor.mode - the file mode to be passed to the RandomAccessFile
constructor.FileNotFoundExceptionCopyright © 2024. All rights reserved.