toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.file
/
SimpleStorage
Simple
Storage
interface
SimpleStorage
Members
Members & Extensions
Functions
get
Link copied to clipboard
abstract
suspend
fun
get
(
key
:
String
)
:
String
?
remove
Link copied to clipboard
abstract
suspend
fun
remove
(
key
:
String
)
set
Link copied to clipboard
abstract
suspend
fun
set
(
key
:
String
,
value
:
String
)
to
Vfs
Link copied to clipboard
fun
SimpleStorage
.
toVfs
(
)
:
VfsFile
fun
SimpleStorage
.
toVfs
(
timeProvider
:
TimeProvider
)
:
VfsFile