toggle menu
filesystem
0.0.1
common
switch theme
search in API
filesystem
/
me.zhanghai.kotlin.filesystem
/
DirectoryStream
Directory
Stream
interface
DirectoryStream
:
AsyncCloseable
A stream of entries in a directory.
See also
FileSystem.
open
Directory
Stream
Members
Functions
close
Link copied to clipboard
abstract
suspend
fun
close
(
)
read
Link copied to clipboard
abstract
suspend
fun
read
(
)
:
DirectoryEntry
?
Read an entry from this directory stream.