| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Field and Description |
|---|---|
static FieldNumberParselet |
WireParser.SKIP_READABLE_BYTES
A predefined parselet that skips all readable bytes in the wire.
|
| Modifier and Type | Method and Description |
|---|---|
static @NotNull WireParser |
WireParser.wireParser(@NotNull WireParselet defaultConsumer,
@NotNull FieldNumberParselet fieldNumberParselet)
Creates a new WireParser with a default consumer and a custom field number parselet.
|
| Constructor and Description |
|---|
VanillaMethodReader(MarshallableIn in,
boolean ignoreDefault,
WireParselet defaultParselet,
FieldNumberParselet fieldNumberParselet,
net.openhft.chronicle.bytes.MethodReaderInterceptorReturns methodReaderInterceptorReturns,
Object... objects) |
VanillaMethodReader(MarshallableIn in,
boolean ignoreDefault,
WireParselet defaultParselet,
FieldNumberParselet fieldNumberParselet,
net.openhft.chronicle.bytes.MethodReaderInterceptorReturns methodReaderInterceptorReturns,
Object[] metaDataHandler,
Object... objects)
This constructor is an overloaded version of the primary VanillaMethodReader constructor.
|
VanillaMethodReader(MarshallableIn in,
boolean ignoreDefault,
WireParselet defaultParselet,
FieldNumberParselet fieldNumberParselet,
net.openhft.chronicle.bytes.MethodReaderInterceptorReturns methodReaderInterceptorReturns,
Object[] metaDataHandler,
Predicate<net.openhft.chronicle.bytes.MethodReader> predicate,
Object... objects)
This is the primary constructor for the VanillaMethodReader class.
|
VanillaWireParser(@NotNull WireParselet defaultConsumer,
@NotNull FieldNumberParselet fieldNumberParselet)
Constructs a new VanillaWireParser with the specified default consumer and field number parselet.
|
Copyright © 2024. All rights reserved.