Method | Description | |
---|---|---|
readFile ( String path ) : object |
Parses the passed file (uses KSP.IO) and returns the parsed object
|
|
writeObject ( object obj, String path ) : void |
Writes the object into the passed file. (uses KSP.IO)
|
Method | Description | |
---|---|---|
nextLine ( KSP reader ) : String |
Reads the next single line, that is not a comment and that is relevant ("not {")
|
|
readObject ( KSP reader ) : object |
Parses the object.
|
|
readObject ( KSP reader, String name ) : object | ||
writeObject ( KSP writer, object obj ) : void |
public writeObject ( object obj, String path ) : void | ||
obj | object | Object. |
path | String | Path. |
return | void |