| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
WireKey.checkKeys(WireKey[] keys) |
ValueIn |
TextWire.read(WireKey key) |
ValueIn |
BinaryWire.read(WireKey key) |
ValueIn |
WrappedWire.read(WireKey key) |
ValueIn |
WireIn.read(WireKey key)
Read the field if present which must match the WireKey.
|
ValueIn |
RawWire.read(WireKey key) |
void |
WireParser.register(WireKey key,
java.util.function.Consumer<ValueIn> valueInConsumer) |
void |
VanillaWireParser.register(WireKey key,
java.util.function.Consumer<ValueIn> valueInConsumer) |
ValueOut |
TextWire.write(WireKey key) |
ValueOut |
WireOut.write(WireKey key)
Write a key for wires that support fields.
|
ValueOut |
BinaryWire.write(WireKey key) |
ValueOut |
WrappedWire.write(WireKey key) |
ValueOut |
RawWire.write(WireKey key) |
default ValueOut |
WireOut.writeEventName(WireKey key)
Always write a key.
|
ValueOut |
BinaryWire.writeEventName(WireKey key) |
ValueOut |
RawWire.writeEventName(WireKey key) |
Copyright © 2015. All rights reserved.