Interface FileIOManager

All Known Implementing Classes:
DefaultFileIOManager

public interface FileIOManager
Interface for managing file I/O operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    loadPath(String fileName)
    Loads the specified file path.
    void
    releaseFile(String fileName)
    Releases the specified file from memory if possible.
  • Method Details

    • loadPath

      String loadPath(String fileName)
      Loads the specified file path.
      Parameters:
      fileName - the name of the file to be loaded
      Returns:
      the loaded file path
    • releaseFile

      void releaseFile(String fileName)
      Releases the specified file from memory if possible.
      Parameters:
      fileName - the name of the file to be released