| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
MessageDecoder.State |
MessageDecoder.State.intern() |
MessageDecoder.State |
MessageDecoder.state()
\brief Return the current state of the decoder.
|
static MessageDecoder.State |
MessageDecoder.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageDecoder.State[] |
MessageDecoder.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MessageDecoder(MessageDecoderListener listener,
MessageDecoder.State initial_state,
long initial_next_required_size) |
MessageDecoder(MessageDecoderListener listener,
MessageDecoder.State initial_state,
long initial_next_required_size,
MemoryPool pool)
\brief Construct a message decoder with the specified state.
|
Copyright © 2021. All rights reserved.