| Package | Description |
|---|---|
| net.openhft.chronicle.bytes |
| Modifier and Type | Class and Description |
|---|---|
class |
BytesMethodReader
Concrete
MethodReader that reads method calls serialised in a binary
format from a BytesIn stream and dispatches them to target objects. |
| Modifier and Type | Method and Description |
|---|---|
MethodReader |
MethodReaderBuilder.build(Object... components)
Builds the MethodReader instance with the specified components.
|
default @NotNull MethodReader |
BytesIn.bytesMethodReader(Object... objects)
Creates a
MethodReader that decodes method calls from this input
and dispatches them to the supplied handler objects. |
MethodReader |
BytesMethodReader.closeIn(boolean closeIn)
This implementation does not currently close the underlying
BytesIn when invoked. |
MethodReader |
MethodReader.closeIn(boolean closeIn)
Determines whether the underlying input should be closed when the MethodReader is closed.
|
| Modifier and Type | Method and Description |
|---|---|
default MethodReaderBuilder |
MethodReaderBuilder.predicate(Predicate<MethodReader> predicate)
Sets a predicate to be used by the readOne() method of the MethodReader.
|
Copyright © 2026 Chronicle Software Ltd. All rights reserved.