Package com.xebisco.yield.manager
Interface FileIOManager
- All Known Implementing Classes:
DefaultFileIOManager
public interface FileIOManager
Interface for managing file I/O operations.
-
Method Summary
Modifier and TypeMethodDescriptionLoads the specified file path.voidreleaseFile(String fileName) Releases the specified file from memory if possible.
-
Method Details
-
loadPath
Loads the specified file path.- Parameters:
fileName- the name of the file to be loaded- Returns:
- the loaded file path
-
releaseFile
Releases the specified file from memory if possible.- Parameters:
fileName- the name of the file to be released
-