Ktor 1.3.1
io.ktor.utils.io
/
ByteReadChannel
/
lookAhead
lookAhead
abstract
fun
<
R
>
lookAhead
(
visitor
:
LookAheadSession
.
(
)
->
R
)
:
R
Deprecated:
Use read { } instead.