toggle menu
BunyipsLib
v6.0.0-master-33a554fa
BunyipsLib
switch theme
search in API
BunyipsLib
/
au.edu.sa.mbhs.studentrobotics.bunyipslib.util
/
Storage
/
Filesystem
Filesystem
open
class
Filesystem
:
Closeable
Represents persistent, file-saved storage for the robot.
Members
Functions
access
Link copied to clipboard
@
NonNull
open
fun
access
(
)
:
HashMap
<
String
,
Any
>
Access the HashMap of all stored values in the filesystem.
close
Link copied to clipboard
open
fun
close
(
)
delete
Link copied to clipboard
open
fun
delete
(
)
Delete all persistent storage related to the robot.