@Name(value="arrow::Iterator<std::shared_ptr<arrow::Buffer> >") @NoOffset @Properties(inherit=arrow.class) public class BufferIterator extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
BufferIterator.RangeIterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
BufferIterator()
\brief Iterator may be constructed from any type which has a member function
with signature Status Next(T*);
The argument is moved or copied to the heap and kept in a unique_ptr
|
BufferIterator(long size)
Native array allocator.
|
BufferIterator(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
asBoolean() |
BufferIterator.RangeIterator |
begin() |
BufferIterator.RangeIterator |
end() |
boolean |
Equals(BufferIterator other)
Iterators will only compare equal if they are both null.
|
BufferResult |
Next()
\brief Return the next element of the sequence, IterationTraits
|
BufferIterator |
position(long position) |
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, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic BufferIterator(Pointer p)
Pointer.Pointer(Pointer).public BufferIterator(long size)
Pointer.position(long).public BufferIterator()
public BufferIterator position(long position)
@ByVal public BufferResult Next()
@Cast(value="bool") public boolean Equals(@Const @ByRef BufferIterator other)
@ByVal public BufferIterator.RangeIterator begin()
@ByVal public BufferIterator.RangeIterator end()
Copyright © 2020. All rights reserved.