| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Method and Description |
|---|---|
ValueOut |
QueryWire.getValueOut() |
ValueOut |
RawWire.getValueOut() |
ValueOut |
BinaryWire.getValueOut() |
ValueOut |
TextWire.getValueOut() |
ValueOut |
WireOut.getValueOut()
Obtain the value out
|
ValueOut |
ValueOut.leaf() |
ValueOut |
ValueOut.typePrefix(CharSequence typeName) |
default ValueOut |
ValueOut.typePrefix(Class type) |
ValueOut |
QueryWire.write() |
ValueOut |
RawWire.write() |
ValueOut |
BinaryWire.write() |
ValueOut |
TextWire.write() |
ValueOut |
WireOut.write()
Write an empty filed marker
|
ValueOut |
QueryWire.write(WireKey key) |
ValueOut |
RawWire.write(WireKey key) |
ValueOut |
BinaryWire.write(WireKey key) |
ValueOut |
TextWire.write(WireKey key) |
ValueOut |
JSONWire.write(WireKey key) |
ValueOut |
WireOut.write(WireKey key)
Write a key for wires that support fields.
|
ValueOut |
RawWire.writeEventName(WireKey key) |
ValueOut |
BinaryWire.writeEventName(WireKey key) |
default ValueOut |
WireOut.writeEventName(WireKey key)
Always write a key.
|
ValueOut |
ValueOut.writeLength(long remaining) |
| Modifier and Type | Method and Description |
|---|---|
static void |
WireInternal.compress(ValueOut out,
String compression,
String str)
Deprecated.
|
static <Lambda> void |
WireSerializedLambda.write(Lambda lambda,
ValueOut valueOut) |
default void |
WriteMarshallable.writeValue(ValueOut out) |
void |
WriteValue.writeValue(ValueOut out) |
Copyright © 2016. All rights reserved.