write

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

Write i to the stream.

Parameters

i

the byte to write


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

Write b to the stream.

Parameters

b

the byte to write


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

Write len bytes from b starting at offset.

Parameters

b

the bytes to write

offset

the offset in the output stream

len

the number of bytes to write