Package mgui.io.standard.json
Class JsonFileWriter
java.lang.Object
mgui.io.FileWriter
mgui.io.standard.json.JsonFileWriter
- All Implemented Interfaces:
InterfaceIO
,IconObject
public abstract class JsonFileWriter extends FileWriter
Writes a JSON-format file.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Field Summary
Fields inherited from class mgui.io.FileWriter
dataFile, dataURL, failure_message, options, success_message
-
Constructor Summary
Constructors Constructor Description JsonFileWriter()
-
Method Summary
Methods inherited from class mgui.io.FileWriter
getComplementIOType, getFailureMessage, getFile, getIOType, getLoaderComplement, getObjectIcon, getOptions, getProgressMessage, getSuccessMessage, getSupportedObjects, getTitle, getURL, setFile, setOptions, setURL, toString, write, write, write
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
JsonFileWriter
public JsonFileWriter()
-