write

abstract fun write(    buffer: ByteArray,     offset: Int = 0,     count: Int = buffer.size)
abstract fun write(byteValue: Int)