| Package | Description |
|---|---|
| net.openhft.chronicle.bytes |
| Modifier and Type | Method and Description |
|---|---|
MethodEncoderLookup |
BytesMethodReaderBuilder.methodEncoderLookup() |
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) |
| Constructor and Description |
|---|
BytesMethodReader(BytesIn in,
BytesParselet defaultParselet,
MethodEncoderLookup methodEncoderLookup,
Object[] objects) |
Copyright © 2020. All rights reserved.