- _getGType
GType _getGType()
- _gType
GType _gType [@property getter]
- self
Buffer self()
Returns this, for use in with statements.
- builder
BufferGidBuilder builder()
- parent
arrow.buffer.Buffer parent [@property getter]
- 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)