Package | Description |
---|---|
net.openhft.chronicle.bytes |
The Chronicle Bytes package provides low-level memory access wrappers with functionalities
akin to Java NIO's ByteBuffer.
|
Modifier and Type | Class and Description |
---|---|
class |
BytesMethodReader
The BytesMethodReader class provides a concrete implementation of the MethodReader interface.
|
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 for reading methods serialized to the MarshallableOut.
|
MethodReader |
BytesMethodReader.closeIn(boolean closeIn)
Sets whether the underlying input should be closed when the MethodReader is closed.
|
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 © 2024. All rights reserved.