ktor-io / io.ktor.utils.io.core / pushBack

pushBack

fun Buffer.pushBack(n: Int): Unit
Deprecated: Use rewind instead

Push back n bytes: only possible if there were at least n bytes read before this operation.