| 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 | Method and Description |
|---|---|
BytesParselet |
BytesMethodReaderBuilder.defaultParselet()
Returns the default BytesParselet for this builder.
|
| Modifier and Type | Method and Description |
|---|---|
BytesMethodReaderBuilder |
BytesMethodReaderBuilder.defaultParselet(BytesParselet defaultParselet)
Sets the default BytesParselet for this builder.
|
| Constructor and Description |
|---|
BytesMethodReader(BytesIn<?> in,
BytesParselet defaultParselet,
MethodEncoderLookup methodEncoderLookup,
Object[] objects)
Constructor for the BytesMethodReader class.
|
Copyright © 2024. All rights reserved.