ktor-io / io.ktor.utils.io / ByteReadChannel / lookAhead

lookAhead

abstract fun <R> lookAhead(visitor: LookAheadSession.() -> R): R
Deprecated: Use read { } instead.