@Namespace(value="arrow::ipc") @Properties(inherit=arrow.class) public class MessageDecoderListener extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
MessageDecoderListener(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
OnBody()
\brief Called when the decoder state is changed to
MessageDecoder::State::BODY.
|
Status |
OnEOS()
\brief Called when the decoder state is changed to
MessageDecoder::State::EOS.
|
Status |
OnInitial()
\brief Called when the decoder state is changed to
MessageDecoder::State::INITIAL.
|
Status |
OnMessageDecoded(Message message)
\brief Called when a message is decoded.
|
Status |
OnMetadata()
\brief Called when the decoder state is changed to
MessageDecoder::State::METADATA.
|
Status |
OnMetadataLength()
\brief Called when the decoder state is changed to
MessageDecoder::State::METADATA_LENGTH.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic MessageDecoderListener(Pointer p)
Pointer(Pointer).@ByVal public Status OnMessageDecoded(@UniquePtr Message message)
message - [in] a decoded message@ByVal public Status OnInitial()
@ByVal public Status OnMetadataLength()
@ByVal public Status OnMetadata()
@ByVal public Status OnBody()
Copyright © 2021. All rights reserved.