Class SaveFile


  • class SaveFile
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) org.json.JSONObject data  
      (package private) int id  
    • Constructor Summary

      Constructors 
      Constructor Description
      SaveFile()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void write​(java.lang.String path)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        int id
      • data

        org.json.JSONObject data
    • Constructor Detail

      • SaveFile

        SaveFile()
    • Method Detail

      • write

        void write​(java.lang.String path)
            throws java.io.IOException
        Throws:
        java.io.IOException