@Namespace(value="arrow::io") @NoOffset @Properties(inherit=arrow.class) public class BufferReader extends BufferReaderRandomAccessFileConcurrencyWrapper
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
BufferReader(ArrowBuffer buffer) |
BufferReader(byte[] data,
long size) |
BufferReader(ByteBuffer data,
long size) |
BufferReader(BytePointer data,
long size) |
BufferReader(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ArrowBuffer |
buffer() |
boolean |
closed()
\brief Instantiate from std::string or arrow::util::string_view.
|
boolean |
supports_zero_copy()
\brief Return true if InputStream is capable of zero copy Buffer reads
Zero copy reads imply the use of Buffer-returning Read() overloads.
|
Abort, Close, GetSize, Peek, Read, Read, ReadAt, ReadAt, Seek, TellasSeekable, asSeekable, GetSize, GetSize, GetSize, GetStream, ReadAt, ReadAt, ReadAt, ReadAtAdvance, asReadable, asReadablemode, Tell, Tell, Telladdress, 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 BufferReader(Pointer p)
Pointer.Pointer(Pointer).public BufferReader(@SharedPtr ArrowBuffer buffer)
public BufferReader(@Cast(value="const uint8_t*") BytePointer data, @Cast(value="int64_t") long size)
public BufferReader(@Cast(value="const uint8_t*") ByteBuffer data, @Cast(value="int64_t") long size)
@Cast(value="bool") public boolean closed()
closed in class FileInterface@Cast(value="bool") public boolean supports_zero_copy()
InputStreamsupports_zero_copy in class InputStream@SharedPtr public ArrowBuffer buffer()
Copyright © 2020. All rights reserved.