arrow.buffer

Module for [Buffer] class

Types 3

Methods
GType _gType() @property
Buffer self()Returns `this`, for use in `with` statements.
BufferGidBuilder builder()Get builder for [arrow.buffer.Buffer] Returns: New builder object
arrow.buffer.Buffer copy(long start, long size)
bool equal(arrow.buffer.Buffer otherBuffer)
bool equalNBytes(arrow.buffer.Buffer otherBuffer, long nBytes)
long getSize()
bool isMutable()
arrow.buffer.Buffer slice(long offset, long size)
Constructors
this(void * ptr, Flag!"Take" take)
this(ubyte[] data)

Fluent builder for [arrow.buffer.Buffer]

Methods