KxIoSink

class KxIoSink(sink: Sink) : Sink(source)

Constructors

Link copied to clipboard
constructor(sink: Sink)

Functions

Link copied to clipboard
open override fun appendUnsafe(bytes: ByteArray, startIndex: Int, endIndex: Int): Int
Link copied to clipboard
open override fun write(bytes: ByteArray, startIndex: Int, endIndex: Int)
Link copied to clipboard
open override fun writeByte(byte: Byte)