ES3Settings Class

The ES3Settings object is used to override default settings (such as encryption settings), and can be used to specify file and directory paths.

ES3Settings Constructor Creates a new ES3Settings object.
location The storage location where we wish to store data by default.
path The path this ES3Settings object points to, if any.
encryptionType The type of encryption to use when saving data, if any.
encryptionPassword The password to use to encrypt the data if encryption is enabled.
compressionType The type of compression to use when saving data, if any.
directory The default directory in which to store files when using the File save location, and the location which relative paths should be relative to.
bufferSize Any stream buffers will be set to this length in bytes.
encoding What text encoding to use when writing and reading text from a file.

Save data using an ES3Settings object to specify settings.