ktor-io / io.ktor.utils.io.core / Input / readFully
readFully
open fun readFully(dst: ByteArray, offset: Int, length: Int): Unit
Deprecated: Binary compatibility.
open fun readFully(dst: ShortArray, offset: Int, length: Int): Unit
Deprecated: Binary compatibility.
open fun readFully(dst: IntArray, offset: Int, length: Int): Unit
Deprecated: Binary compatibility.
open fun readFully(dst: LongArray, offset: Int, length: Int): Unit
Deprecated: Binary compatibility.
open fun readFully(dst: FloatArray, offset: Int, length: Int): Unit
Deprecated: Binary compatibility.
open fun readFully(dst: DoubleArray, offset: Int, length: Int): Unit
Deprecated: Binary compatibility.
open fun readFully(dst: IoBuffer, length: Int): Unit
Deprecated: Binary compatibility.
open fun readFully(dst: ByteBuffer, length: Int = dst.remaining()): Unit
Deprecated: Binary compatibility.