Package DataHandling
Class LocalFileHandler
java.lang.Object
DataHandling.LocalFileHandler
- All Implemented Interfaces:
ISaveService
This class is responsible for reading and writing data to and from local files.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LocalFileHandler
public LocalFileHandler()
-
-
Method Details
-
saveData
Write fixed content to the given file.- Specified by:
saveData
in interfaceISaveService
-
readData
Read the contents of the given file.- Specified by:
readData
in interfaceISaveService
-