write

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

Writes a single byte to the OutputStream

Since

0.1.0

Parameters

b

The byte to write


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

Writes a byte array to the OutputStream

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 OutputStream

Since

0.1.0

Parameters

b

The byte array to write

off

The offset to start writing

len

The amount of bytes to write