Class DefaultFileIOManager

java.lang.Object
com.xebisco.yield.defaults.DefaultFileIOManager
All Implemented Interfaces:
FileIOManager

public class DefaultFileIOManager extends Object implements FileIOManager
  • Constructor Details

    • DefaultFileIOManager

      public DefaultFileIOManager()
  • Method Details

    • loadPath

      public String loadPath(String fileName)
      Description copied from interface: FileIOManager
      Loads the specified file path.
      Specified by:
      loadPath in interface FileIOManager
      Parameters:
      fileName - the name of the file to be loaded
      Returns:
      the loaded file path
    • releaseFile

      public void releaseFile(String fileName)
      Description copied from interface: FileIOManager
      Releases the specified file from memory if possible.
      Specified by:
      releaseFile in interface FileIOManager
      Parameters:
      fileName - the name of the file to be released