public interface FieldNumberParselet
| Modifier and Type | Method and Description |
|---|---|
void |
readOne(long methodId,
WireIn wire)
Reads and processes data corresponding to the given field number (methodId) from the wire input.
|
void readOne(long methodId,
WireIn wire)
throws net.openhft.chronicle.core.io.InvalidMarshallableException
methodId - The field number or methodId that denotes which data to read.wire - The wire input source from which the data is read.net.openhft.chronicle.core.io.InvalidMarshallableException - If there's an error in reading or processing the data.Copyright © 2024. All rights reserved.