RecorderA recorder for the recording file system.
CREATE_NEW_FILE = 2Create a new file.
CREATE_TEMP_FILE = 3Create a temporary file.
DELETE = 4Delete a file.
OPEN_OUTPUT_STREAM = 5Open a file output stream.
RENAME = 6Rename a file. The file name contains the source and the target file
separated with a colon.
TRUNCATE = 7Truncate the file.
WRITE = 8Write to the file.
| ||||||||||||||||||||||