toggle menu
filesystem
0.0.1
common
switch theme
search in API
filesystem
/
me.zhanghai.kotlin.filesystem.io
Package-level
declarations
Types
Functions
Types
Async
Closeable
Link copied to clipboard
interface
AsyncCloseable
Async
Flushable
Link copied to clipboard
interface
AsyncFlushable
Async
Sink
Link copied to clipboard
interface
AsyncSink
:
AsyncCloseable
,
AsyncFlushable
Async
Source
Link copied to clipboard
interface
AsyncSource
:
AsyncCloseable
Functions
use
Link copied to clipboard
inline suspend
fun
<
T
:
AsyncCloseable
?
,
R
>
T
.
use
(
block
:
(
T
)
->
R
)
:
R