# Functions
CrashOnWrite prevents further writing to any state.
Init initializes the VFS.
No description provided by the author
No description provided by the author
MoveAwayState renames a detected-to-be-broken state file so it will not be used again.
No description provided by the author
No description provided by the author
ReadDir lists all files in a directory.
ReadState loads the given state file and returns its contents.
SetFilesDir does nothing (on Android it'd be used to notify the Go code where to store its data).
WriteState writes the given state file.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
ReadSeekCloser is a typical file interface.