tuweni / org.apache.tuweni.bytes / MutableByteBufferWrappingBytes

MutableByteBufferWrappingBytes

open class MutableByteBufferWrappingBytes : ByteBufferWrappingBytes, MutableBytes (source)

Functions

copy

open fun copy(): Bytes!

hashCode

open fun hashCode(): Int

mutableSlice

open fun mutableSlice(i: Int, length: Int): MutableBytes!

set

open fun set(i: Int, b: Byte): Unit

setInt

open fun setInt(i: Int, value: Int): Unit

setLong

open fun setLong(i: Int, value: Long): Unit