discardExact
inline suspend fun ByteReadChannel.discardExact(
n: Long
): Unit
Discards exactly n bytes or fails if not enough bytes in the channel
inline suspend fun ByteReadChannel.discardExact(
n: Long
): Unit
Discards exactly n bytes or fails if not enough bytes in the channel