core
0.9.0
core
/
de.peekandpoke.kraft.streams
/
StreamStorage
Stream
Storage
interface
StreamStorage
<
T
>
Content copied to clipboard
Define a storage backend for a persistent stream
Functions
Inheritors
Functions
read
Link copied to clipboard
abstract
fun
read
(
)
:
T
?
Content copied to clipboard
write
Link copied to clipboard
abstract
fun
write
(
value
:
T
)
Content copied to clipboard
Inheritors
LocalStorageStreamStorage
Link copied to clipboard