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 |
---|---|
MethodEncoderLookup |
BytesMethodReaderBuilder.methodEncoderLookup()
Returns the current MethodEncoderLookup function.
|
static MethodEncoderLookup |
MethodEncoderLookup.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodEncoderLookup[] |
MethodEncoderLookup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BytesMethodReaderBuilder |
BytesMethodReaderBuilder.methodEncoderLookup(MethodEncoderLookup methodEncoderLookup)
Sets the MethodEncoderLookup function 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.