@Namespace(value="arrow::internal") @NoOffset @Properties(inherit=arrow.class) public class FirstTimeBitmapWriter extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FirstTimeBitmapWriter(byte[] bitmap,
long start_offset,
long length) |
FirstTimeBitmapWriter(ByteBuffer bitmap,
long start_offset,
long length) |
FirstTimeBitmapWriter(BytePointer bitmap,
long start_offset,
long length) |
FirstTimeBitmapWriter(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
_position() |
void |
Clear() |
void |
Finish() |
void |
Next() |
void |
Set() |
address, 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 FirstTimeBitmapWriter(Pointer p)
Pointer.Pointer(Pointer).public FirstTimeBitmapWriter(@Cast(value="uint8_t*") BytePointer bitmap, @Cast(value="int64_t") long start_offset, @Cast(value="int64_t") long length)
public FirstTimeBitmapWriter(@Cast(value="uint8_t*") ByteBuffer bitmap, @Cast(value="int64_t") long start_offset, @Cast(value="int64_t") long length)
Copyright © 2020. All rights reserved.