open class MutableByteBufferWrappingBytes : ByteBufferWrappingBytes, MutableBytes
(source)
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 |