ktor-io / io.ktor.utils.io.core / Input / readAvailable

readAvailable

open fun readAvailable(dst: ByteArray, offset: Int, length: Int): Int
Deprecated: Binary compatibility.


open fun readAvailable(dst: ShortArray, offset: Int, length: Int): Int
Deprecated: Binary compatibility.


open fun readAvailable(dst: IntArray, offset: Int, length: Int): Int
Deprecated: Binary compatibility.


open fun readAvailable(dst: LongArray, offset: Int, length: Int): Int
Deprecated: Binary compatibility.


open fun readAvailable(dst: FloatArray, offset: Int, length: Int): Int
Deprecated: Binary compatibility.


open fun readAvailable(dst: DoubleArray, offset: Int, length: Int): Int
Deprecated: Binary compatibility.


open fun readAvailable(dst: IoBuffer, length: Int): Int
Deprecated: Binary compatibility.


open fun readAvailable(dst: ByteBuffer, length: Int = dst.remaining()): Int
Deprecated: Binary compatibility.