ktor-io / io.ktor.utils.io.core / Output / writeFully

writeFully

open fun writeFully(src: ByteArray, offset: Int, length: Int): Unit
Deprecated: Binary compatibility.


open fun writeFully(src: ShortArray, offset: Int, length: Int): Unit
Deprecated: Binary compatibility.


open fun writeFully(src: IntArray, offset: Int, length: Int): Unit
Deprecated: Binary compatibility.


open fun writeFully(src: LongArray, offset: Int, length: Int): Unit
Deprecated: Binary compatibility.


open fun writeFully(src: FloatArray, offset: Int, length: Int): Unit
Deprecated: Binary compatibility.


open fun writeFully(src: DoubleArray, offset: Int, length: Int): Unit
Deprecated: Binary compatibility.


open fun writeFully(src: IoBuffer, length: Int): Unit
Deprecated: Binary compatibility.


open fun writeFully(bb: ByteBuffer): Unit
Deprecated: Binary compatibility.