Package preponderous.ponder.misc
Class JsonWriterReader
java.lang.Object
preponderous.ponder.misc.JsonWriterReader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize(String filePath)
Method to initialize the file path.loadDataFromFilename(String filename)
Method to load data from a filename.boolean
Method to write out some data to a file.
-
Constructor Details
-
JsonWriterReader
public JsonWriterReader()
-
-
Method Details
-
initialize
Method to initialize the file path.- Parameters:
filePath
- to initialize with.
-
writeOutFiles
Method to write out some data to a file.- Parameters:
saveData
- to save.fileName
- to save to.- Returns:
boolean
signifying whether or not the operation was successful.
-
loadDataFromFilename
Method to load data from a filename.
-