readLong
open suspend fun readLong(): Long
Overrides ByteReadChannel.readLong
Reads a long number (suspending if not enough bytes available) or fails if channel has been closed and not enough bytes.
open suspend fun readLong(): Long
Overrides ByteReadChannel.readLong
Reads a long number (suspending if not enough bytes available) or fails if channel has been closed and not enough bytes.