public static interface ValueIn.Reader
| Modifier and Type | Method and Description |
|---|---|
<T> void |
accept(ValueIn valueIn,
List<T> list,
List<T> buffer,
Supplier<T> bufferAdd)
Accepts and processes a value from the data stream, with the possibility of
utilizing provided lists and suppliers for custom data processing.
|
<T> void accept(ValueIn valueIn, List<T> list, List<T> buffer, Supplier<T> bufferAdd) throws net.openhft.chronicle.core.io.InvalidMarshallableException
T - The type of elements in the lists.valueIn - The input value from the data stream.list - A list to potentially store and process the data.buffer - An auxiliary buffer list for temporary storage and processing.bufferAdd - A supplier to generate elements for the buffer list.net.openhft.chronicle.core.io.InvalidMarshallableException - If an error occurs during the processing.Copyright © 2024. All rights reserved.