readFully
Deprecated: Binary compatibility.
open fun readFully(
dst: ShortArray,
offset: Int,
length: Int
): Unit
Deprecated: Binary compatibility.
Deprecated: Binary compatibility.
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.
Deprecated: Binary compatibility.
open fun readFully(
dst: ByteBuffer,
length: Int = dst.remaining()
): Unit
Deprecated: Binary compatibility.