write

expect open override fun write(source: SdkBuffer, byteCount: Long)

Removes byteCount bytes from source and appends them to this.


expect open override fun write(source: SdkSource, byteCount: Long)

Removes byteCount bytes from source and writes them to this sink.


expect open override fun write(source: ByteArray, offset: Int, limit: Int)

Write limit bytes from source starting at offset

open override fun write(src: ByteBuffer): Int


actual open override fun write(source: SdkBuffer, byteCount: Long)
actual open override fun write(source: <Error class: unknown class>, byteCount: Long)

Removes byteCount bytes from source and writes them to this sink.


actual open override fun write(source: ByteArray, offset: Int, limit: Int)

Write limit bytes from source starting at offset