ktor-io / io.ktor.utils.io.core / AbstractInput / readFully
readFully
fun readFully(dst: ByteArray, offset: Int, length: Int): Unit
Overrides Input.readFully
Deprecated: Binary compatibility.
Read exactly length bytes to dst array at specified offset