write

open override fun write(i: Int)

Write i to the stream.

Parameters

i

the byte to write


open override fun write(b: ByteArray)

Write b to the stream.

Parameters

b

the byte to write


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

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