readFully

expect open fun readFully(dst: ByteArray, offset: Int, length: Int)
expect open fun readFully(dst: ShortArray, offset: Int, length: Int)
expect open fun readFully(dst: IntArray, offset: Int, length: Int)
expect open fun readFully(dst: LongArray, offset: Int, length: Int)
expect open fun readFully(dst: FloatArray, offset: Int, length: Int)
expect open fun readFully(dst: DoubleArray, offset: Int, length: Int)
expect open fun readFully(dst: IoBuffer, length: Int)
open fun readFully(dst: ByteBuffer, length: Int = dst.remaining())
actual open fun readFully(dst: ByteArray, offset: Int, length: Int)
actual open fun readFully(dst: ShortArray, offset: Int, length: Int)
actual open fun readFully(dst: IntArray, offset: Int, length: Int)
actual open fun readFully(dst: LongArray, offset: Int, length: Int)
actual open fun readFully(dst: FloatArray, offset: Int, length: Int)
actual open fun readFully(dst: DoubleArray, offset: Int, length: Int)
actual open fun readFully(dst: IoBuffer, length: Int)
open fun readFully(dst: <ERROR CLASS><<ERROR CLASS>>, offset: Int, length: Int)
open fun readFully(dst: <ERROR CLASS><<ERROR CLASS>>, offset: Long, length: Long)
actual open fun readFully(dst: ByteArray, offset: Int, length: Int)
actual open fun readFully(dst: ShortArray, offset: Int, length: Int)
actual open fun readFully(dst: IntArray, offset: Int, length: Int)
actual open fun readFully(dst: LongArray, offset: Int, length: Int)
actual open fun readFully(dst: FloatArray, offset: Int, length: Int)
actual open fun readFully(dst: DoubleArray, offset: Int, length: Int)
actual open fun readFully(dst: IoBuffer, length: Int)