| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Class and Description |
|---|---|
protected class |
BinaryWire.BinaryValueOut |
protected class |
BinaryWire.FixedBinaryValueOut |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ValueOut |
TextWire.getValueOut() |
@NotNull ValueOut |
QueryWire.getValueOut() |
@NotNull ValueOut |
BinaryWire.getValueOut() |
@NotNull ValueOut |
RawWire.getValueOut() |
@NotNull ValueOut |
YamlWire.getValueOut() |
@NotNull ValueOut |
WireOut.getValueOut()
Obtain the value out
|
@NotNull ValueOut |
AbstractAnyWire.getValueOut() |
@NotNull ValueOut |
HashWire.getValueOut() |
default @NotNull ValueOut |
ValueOut.leaf()
Deprecated.
|
default @NotNull ValueOut |
ValueOut.leaf(boolean leaf)
Deprecated.
|
default @NotNull ValueOut |
ValueOut.optionalTyped(Class aClass)
Add an optional type i.e.
|
@NotNull ValueOut |
ValueOut.typePrefix(CharSequence typeName) |
@NotNull ValueOut |
BinaryWire.FixedBinaryValueOut.typePrefix(CharSequence typeName) |
default @NotNull ValueOut |
ValueOut.typePrefix(Class type) |
@NotNull ValueOut |
TextWire.write() |
@NotNull ValueOut |
QueryWire.write() |
@NotNull ValueOut |
BinaryWire.write() |
@NotNull ValueOut |
RawWire.write() |
@NotNull ValueOut |
YamlWire.write() |
@NotNull ValueOut |
WireOut.write()
Write an empty filed marker
|
@NotNull ValueOut |
AbstractAnyWire.write() |
@NotNull ValueOut |
HashWire.write() |
@NotNull ValueOut |
TextWire.write(@NotNull CharSequence name) |
@NotNull ValueOut |
QueryWire.write(@NotNull CharSequence name) |
@NotNull ValueOut |
BinaryWire.write(@NotNull CharSequence key) |
@NotNull ValueOut |
RawWire.write(@NotNull CharSequence name) |
@NotNull ValueOut |
YamlWire.write(@NotNull CharSequence name) |
ValueOut |
WireOut.write(CharSequence key) |
ValueOut |
AbstractAnyWire.write(CharSequence key) |
@NotNull ValueOut |
HashWire.write(@NotNull CharSequence name) |
@NotNull ValueOut |
TextWire.write(@NotNull WireKey key) |
@NotNull ValueOut |
QueryWire.write(@NotNull WireKey key) |
@NotNull ValueOut |
BinaryWire.write(@NotNull WireKey key) |
@NotNull ValueOut |
RawWire.write(@NotNull WireKey key) |
@NotNull ValueOut |
YamlWire.write(@NotNull WireKey key) |
@NotNull ValueOut |
WireOut.write(WireKey key)
Write a key for wires that support fields.
|
@NotNull ValueOut |
AbstractAnyWire.write(WireKey key) |
@NotNull ValueOut |
HashWire.write(@NotNull WireKey key) |
ValueOut |
TextWire.writeEvent(Class expectedType,
Object eventKey) |
ValueOut |
YamlWire.writeEvent(Class expectedType,
Object eventKey) |
default ValueOut |
WireOut.writeEvent(Class expectedType,
Object eventKey) |
ValueOut |
AbstractAnyWire.writeEvent(Class expectedType,
Object eventKey) |
@NotNull ValueOut |
HashWire.writeEvent(Class ignored,
@NotNull Object eventKey) |
ValueOut |
BinaryWire.writeEventId(int methodId) |
default ValueOut |
WireOut.writeEventId(int methodId) |
ValueOut |
BinaryWire.writeEventId(String name,
int methodId) |
default ValueOut |
WireOut.writeEventId(String name,
int methodId) |
@NotNull ValueOut |
BinaryWire.writeEventName(@NotNull CharSequence name) |
@NotNull ValueOut |
RawWire.writeEventName(@NotNull CharSequence name) |
default ValueOut |
WireOut.writeEventName(CharSequence key) |
@NotNull ValueOut |
BinaryWire.writeEventName(@NotNull WireKey key) |
@NotNull ValueOut |
RawWire.writeEventName(@NotNull WireKey key) |
default @NotNull ValueOut |
WireOut.writeEventName(WireKey key)
Always write a key.
|
@NotNull ValueOut |
ValueOut.writeLength(long remaining) |
@NotNull ValueOut |
BinaryWire.FixedBinaryValueOut.writeLength(long length) |
| Modifier and Type | Method and Description |
|---|---|
static void |
WireInternal.compress(@NotNull ValueOut out,
@NotNull String compression,
String str)
Deprecated.
|
static <Lambda> void |
WireSerializedLambda.write(Lambda lambda,
@NotNull ValueOut valueOut) |
void |
ValueWriter.writeValue(T t,
ValueOut valueOut) |
void |
WriteValue.writeValue(ValueOut out)
Writes a value to the provided
ValueOut. |
default void |
WriteMarshallable.writeValue(@NotNull ValueOut out) |
| Modifier and Type | Method and Description |
|---|---|
<T> @NotNull WireOut |
ValueOut.sequence(T t,
BiConsumer<T,ValueOut> writer) |
<T,K> @NotNull WireOut |
ValueOut.sequence(T t,
K kls,
TriConsumer<T,K,ValueOut> writer) |
default <T,K> WireOut |
ValueOut.sequenceWithLength(T t,
int length,
ObjectIntObjectConsumer<T,ValueOut> writer) |
Copyright © 2020. All rights reserved.