write

fun write(b: Byte)(source)
open override fun write(b: Int)(source)

Writes a byte to the ByteArrayOutputStream

Since

0.1.0

Parameters

b

The byte to write


open override fun write(b: ByteArray)(source)

Writes a byte array to the ByteArrayOutputStream

Since

0.1.0

Parameters

b

The byte array to write


open override fun write(b: ByteArray, off: Int, len: Int)(source)

Writes a byte array to the ByteArrayOutputStream

Since

0.1.0

Parameters

b

The byte array to write

off

The offset to start writing

len

The length of the bytes to write