binary-streams / loggersoft.kotlin.streams / StreamOutput / writeBytes

writeBytes

abstract fun writeBytes(buffer: ByteArray, size: Int = buffer.size, offset: Int = 0): Unit

Writes size bytes of buffer starting from offset into the stream.