@Namespace(value="arrow") @Properties(inherit=arrow.class) public class MutableBuffer extends ArrowBuffer
\class MutableBuffer \brief A Buffer whose contents can be mutated. May or may not own its data.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
MutableBuffer(ArrowBuffer parent,
long offset,
long size) |
MutableBuffer(byte[] data,
long size) |
MutableBuffer(ByteBuffer data,
long size) |
MutableBuffer(BytePointer data,
long size) |
MutableBuffer(Pointer p)
Pointer cast constructor.
|
_capacity, Copy, Copy, data, Equals, Equals, FromString, FromString, FromString, FromString, FromString, FromString, get, is_mutable, mutable_data, parent, size, ToHexString, ToString, ZeroPaddingaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic MutableBuffer(Pointer p)
Pointer.Pointer(Pointer).public MutableBuffer(@Cast(value="uint8_t*") BytePointer data, @Cast(value="const int64_t") long size)
public MutableBuffer(@Cast(value="uint8_t*") ByteBuffer data, @Cast(value="const int64_t") long size)
public MutableBuffer(@Cast(value="uint8_t*") byte[] data, @Cast(value="const int64_t") long size)
public MutableBuffer(@SharedPtr ArrowBuffer parent, @Cast(value="const int64_t") long offset, @Cast(value="const int64_t") long size)
Copyright © 2020. All rights reserved.