writeFully

expect open fun writeFully(src: ByteArray, offset: Int, length: Int)
expect open fun writeFully(src: ShortArray, offset: Int, length: Int)
expect open fun writeFully(src: IntArray, offset: Int, length: Int)
expect open fun writeFully(src: LongArray, offset: Int, length: Int)
expect open fun writeFully(src: FloatArray, offset: Int, length: Int)
expect open fun writeFully(src: DoubleArray, offset: Int, length: Int)
expect open fun writeFully(src: IoBuffer, length: Int)
open fun writeFully(bb: ByteBuffer)
actual open fun writeFully(src: ByteArray, offset: Int, length: Int)
actual open fun writeFully(src: ShortArray, offset: Int, length: Int)
actual open fun writeFully(src: IntArray, offset: Int, length: Int)
actual open fun writeFully(src: LongArray, offset: Int, length: Int)
actual open fun writeFully(src: FloatArray, offset: Int, length: Int)
actual open fun writeFully(src: DoubleArray, offset: Int, length: Int)
actual open fun writeFully(src: IoBuffer, length: Int)
open fun writeFully(src: <ERROR CLASS><<ERROR CLASS>>, offset: Int, length: Int)
open fun writeFully(src: <ERROR CLASS><<ERROR CLASS>>, offset: Long, length: Long)
actual open fun writeFully(src: ByteArray, offset: Int, length: Int)
actual open fun writeFully(src: ShortArray, offset: Int, length: Int)
actual open fun writeFully(src: IntArray, offset: Int, length: Int)
actual open fun writeFully(src: LongArray, offset: Int, length: Int)
actual open fun writeFully(src: FloatArray, offset: Int, length: Int)
actual open fun writeFully(src: DoubleArray, offset: Int, length: Int)
actual open fun writeFully(src: IoBuffer, length: Int)