| Package | Description |
|---|---|
| net.openhft.chronicle.wire | |
| net.openhft.chronicle.wire.utils |
| Modifier and Type | Method and Description |
|---|---|
MethodReaderStatus |
AbstractGeneratedMethodReader.readOne0(DocumentContext context)
Core logic for reading a single document.
|
protected abstract MethodReaderStatus |
AbstractGeneratedMethodReader.readOneGenerated(WireIn wireIn)
Dispatches a data event read from
wireIn. |
protected abstract MethodReaderStatus |
AbstractGeneratedMethodReader.readOneMetaGenerated(WireIn wireIn)
As
AbstractGeneratedMethodReader.readOneGenerated(WireIn) but for metadata events. |
| Modifier and Type | Method and Description |
|---|---|
static MethodReaderStatus |
MethodReaderStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodReaderStatus[] |
MethodReaderStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2026 Chronicle Software Ltd. All rights reserved.