put

fun put(value: Byte)

Write an 8-bit signed byte to the buffer and increment its position.


fun put(value: UByte)

Write an 8-bit unsigned byte to the buffer and increment its position.


fun put(value: ByteBuffer)

Write the full remaining content of a bytebuffer to the buffer and increment its position


fun put(value: ByteArray)

Write the full remaining content of a bytearray to the buffer and increment its position