| 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 |
BinaryWire.getValueOut() |
@NotNull ValueOut |
RawWire.getValueOut() |
@NotNull ValueOut |
YamlWireOut.getValueOut() |
@NotNull ValueOut |
QueryWire.getValueOut() |
@NotNull ValueOut |
WireOut.getValueOut()
Obtain the value out
|
@NotNull ValueOut |
AbstractAnyWire.getValueOut() |
@NotNull ValueOut |
HashWire.getValueOut() |
default @NotNull ValueOut |
ValueOut.optionalTyped(Class aClass)
Add an optional type i.e.
|
@NotNull ValueOut |
BinaryWire.FixedBinaryValueOut.typePrefix(CharSequence typeName) |
@NotNull ValueOut |
ValueOut.typePrefix(CharSequence typeName)
Write a type prefix for a value.
|
default @NotNull ValueOut |
ValueOut.typePrefix(Class type)
Write a type prefix for a value of a specified
Class. |
@NotNull ValueOut |
BinaryWire.write() |
@NotNull ValueOut |
RawWire.write() |
@NotNull ValueOut |
YamlWireOut.write() |
@NotNull ValueOut |
QueryWire.write() |
@NotNull ValueOut |
WireOut.write()
Write an empty filed marker
|
@NotNull ValueOut |
AbstractAnyWire.write() |
@NotNull ValueOut |
HashWire.write() |
@NotNull ValueOut |
BinaryWire.write(@NotNull CharSequence key) |
@NotNull ValueOut |
RawWire.write(@NotNull CharSequence name) |
@NotNull ValueOut |
YamlWireOut.write(@NotNull CharSequence name) |
@NotNull ValueOut |
QueryWire.write(@NotNull CharSequence name) |
ValueOut |
WireOut.write(CharSequence key) |
ValueOut |
AbstractAnyWire.write(CharSequence key) |
@NotNull ValueOut |
HashWire.write(@NotNull CharSequence name) |
@NotNull ValueOut |
BinaryWire.write(@NotNull WireKey key) |
@NotNull ValueOut |
RawWire.write(@NotNull WireKey key) |
@NotNull ValueOut |
YamlWireOut.write(@NotNull WireKey key) |
@NotNull ValueOut |
QueryWire.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 |
JSONWire.writeEvent(Class expectedType,
Object eventKey) |
ValueOut |
YamlWireOut.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 |
BinaryWire.FixedBinaryValueOut.writeLength(long length) |
@NotNull ValueOut |
ValueOut.writeLength(long remaining)
Writes value length if supported by implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static <L> void |
WireSerializedLambda.write(L lambda,
@NotNull ValueOut valueOut) |
void |
ValueWriter.writeValue(T t,
ValueOut valueOut) |
default void |
WriteMarshallable.writeValue(@NotNull ValueOut out) |
void |
WriteValue.writeValue(ValueOut out)
Writes a value to the provided
ValueOut. |
| Modifier and Type | Method and Description |
|---|---|
<T> @NotNull WireOut |
ValueOut.sequence(T t,
BiConsumer<T,ValueOut> writer)
Write a sequence value using the provided writer.
|
<T,K> @NotNull WireOut |
ValueOut.sequence(T t,
K param,
TriConsumer<T,K,ValueOut> writer)
Write a sequence value using the provided parametrized writer.
|
default <T> WireOut |
ValueOut.sequenceWithLength(T t,
int length,
ObjectIntObjectConsumer<T,ValueOut> writer)
Write a sequence value of a specified length.
|
Copyright © 2023. All rights reserved.