Package com.xebisco.yield.defaults
Class DefaultFileIOManager
java.lang.Object
com.xebisco.yield.defaults.DefaultFileIOManager
- All Implemented Interfaces:
FileIOManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLoads the specified file path.voidreleaseFile(String fileName) Releases the specified file from memory if possible.
-
Constructor Details
-
DefaultFileIOManager
public DefaultFileIOManager()
-
-
Method Details
-
loadPath
Description copied from interface:FileIOManagerLoads the specified file path.- Specified by:
loadPathin interfaceFileIOManager- Parameters:
fileName- the name of the file to be loaded- Returns:
- the loaded file path
-
releaseFile
Description copied from interface:FileIOManagerReleases the specified file from memory if possible.- Specified by:
releaseFilein interfaceFileIOManager- Parameters:
fileName- the name of the file to be released
-