- open
Open an encrypted file store with the given settings.
- <init>
Create a new file using the given settings.
- closeSilently
Close the file without throwing any exceptions. Exceptions are simply ignored.
- readFully
Read a number of bytes.
- close
Close this file.
- init
Initialize the file. This method will write or check the file header if
required.
- setCheckedWriting
- autoDelete
Automatically delete the file once it is no longer in use.
- getFilePointer
Get the current location of the file pointer.
- seek
Go to the specified file location.
- write
Write a number of bytes.
- writeFully
Write to the file.