toggle menu
filesystem
0.0.1
common
switch theme
search in API
filesystem
/
me.zhanghai.kotlin.filesystem.io
/
AsyncSink
Async
Sink
interface
AsyncSink
:
AsyncCloseable
,
AsyncFlushable
Members
Functions
close
Link copied to clipboard
abstract
suspend
fun
close
(
)
flush
Link copied to clipboard
abstract
suspend
fun
flush
(
)
write
Link copied to clipboard
abstract
suspend
fun
write
(
source
:
Buffer
,
byteCount
:
Long
)