Editor

class Editor

Edits the values for an entry.

Functions

Link copied to clipboard
open fun abort()
Aborts this edit.
Link copied to clipboard
open fun abortUnlessCommitted()
Link copied to clipboard
open fun commit()
Commits this edit so it is visible to readers.
Link copied to clipboard
open fun getFile(index: Int): File
Link copied to clipboard
open fun getString(index: Int): String
Returns the last committed value as a string, or null if no value has been committed.
Link copied to clipboard
open fun set(index: Int, value: String)
Sets the value at index to value.