korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-io
/
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