writeBytes

open override fun writeBytes(src: ByteArray, offset: Int, length: Int)

Writes an array of bytes.

Parameters

b

the bytes to write

offset

the offset in the byte array

length

the number of bytes to write

See also


open override fun writeBytes(b: ByteArray, length: Int)

Writes an array of bytes.

Parameters

b

the bytes to write

length

the number of bytes to write

See also


fun writeBytes(buffer: ByteBuffer)