write

open suspend override fun write(b: ByteBuffer)

Writes b.remaining() bytes from the specified byte array to this output stream.

Parameters

b

the data.

Throws

if an I/O error occurs.