MutableBuffer

Constructors

this
this(ubyte[] data)

Members

Functions

setData
bool setData(long offset, ubyte[] data)
slice
arrow.mutable_buffer.MutableBuffer slice(long offset, long size)

Static functions

newBytes
arrow.mutable_buffer.MutableBuffer newBytes(glib.bytes.Bytes data)

Inherited Members

From Buffer

newBytes
arrow.buffer.Buffer newBytes(glib.bytes.Bytes data)
copy
arrow.buffer.Buffer copy(long start, long size)
equal
bool equal(arrow.buffer.Buffer otherBuffer)
equalNBytes
bool equalNBytes(arrow.buffer.Buffer otherBuffer, long nBytes)
getCapacity
long getCapacity()
getData
glib.bytes.Bytes getData()
getMutableData
glib.bytes.Bytes getMutableData()
getParent
arrow.buffer.Buffer getParent()
getSize
long getSize()
isMutable
bool isMutable()
slice
arrow.buffer.Buffer slice(long offset, long size)