@Namespace(value="arrow::ipc") @Properties(inherit=arrow.class) public class MessageReader extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
MessageReader(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static MessageReader |
Open(InputStream stream)
\brief Create MessageReader that reads from InputStream
|
Status |
ReadNextMessage(Message message)
\brief Read next Message from the interface
|
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 MessageReader(Pointer p)
Pointer.Pointer(Pointer).@UniquePtr public static MessageReader Open(InputStream stream)
@ByVal public Status ReadNextMessage(@UniquePtr Message message)
message - [out] an arrow::ipc::Message instanceCopyright © 2020. All rights reserved.