toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.stream
/
AsyncLengthStream
Async
Length
Stream
interface
AsyncLengthStream
:
AsyncGetLengthStream
Inheritors
AsyncPositionLengthStream
AsyncStreamBase
Members
Members & Extensions
Functions
close
Link copied to clipboard
abstract
suspend
fun
close
(
)
get
Length
Link copied to clipboard
open
suspend
fun
getLength
(
)
:
Long
has
Length
Link copied to clipboard
open
suspend
fun
hasLength
(
)
:
Boolean
set
Length
Link copied to clipboard
open
suspend
fun
setLength
(
value
:
Long
)
to
Async
Stream
Link copied to clipboard
fun
AsyncBaseStream
.
toAsyncStream
(
)
:
AsyncStream