- accept(Boolean) - Method in interface net.openhft.chronicle.wire.util.BooleanConsumer
-
Performs this operation on the given argument.
- accept(byte) - Method in interface net.openhft.chronicle.wire.util.ByteConsumer
-
Performs this operation on the given argument.
- accept(char) - Method in interface net.openhft.chronicle.wire.util.CharConsumer
-
Performs this operation on the given argument.
- accept(float) - Method in interface net.openhft.chronicle.wire.util.FloatConsumer
-
Performs this operation on the given argument.
- accept(short) - Method in interface net.openhft.chronicle.wire.util.ShortConsumer
-
Performs this operation on the given argument.
- acquireAnotherStringBuilder(CharSequence) - Static method in enum net.openhft.chronicle.wire.Wires
-
- acquireStringBuilder() - Static method in enum net.openhft.chronicle.wire.Wires
-
- addAtomicValue(int) - Method in class net.openhft.chronicle.wire.BinaryIntReference
-
- addAtomicValue(long) - Method in class net.openhft.chronicle.wire.BinaryLongReference
-
- addPadding(int) - Method in class net.openhft.chronicle.wire.BinaryWire
-
- addPadding(int) - Method in class net.openhft.chronicle.wire.JSONWire
-
- addPadding(int) - Method in class net.openhft.chronicle.wire.QueryWire
-
- addPadding(int) - Method in class net.openhft.chronicle.wire.RawWire
-
- addPadding(int) - Method in class net.openhft.chronicle.wire.TextWire
-
- addPadding(int) - Method in interface net.openhft.chronicle.wire.WireOut
-
- addValue(int) - Method in class net.openhft.chronicle.wire.BinaryIntReference
-
- addValue(long) - Method in class net.openhft.chronicle.wire.BinaryLongReference
-
- andThen(BooleanConsumer) - Method in interface net.openhft.chronicle.wire.util.BooleanConsumer
-
Returns a composed IntConsumer that performs, in sequence, this operation followed by the after
operation.
- andThen(ByteConsumer) - Method in interface net.openhft.chronicle.wire.util.ByteConsumer
-
Returns a composed IntConsumer that performs, in sequence, this operation followed by the after
operation.
- andThen(CharConsumer) - Method in interface net.openhft.chronicle.wire.util.CharConsumer
-
Returns a composed IntConsumer that performs, in sequence, this operation followed by the after
operation.
- andThen(FloatConsumer) - Method in interface net.openhft.chronicle.wire.util.FloatConsumer
-
Returns a composed IntConsumer that performs, in sequence, this operation followed by the after
operation.
- andThen(ShortConsumer) - Method in interface net.openhft.chronicle.wire.util.ShortConsumer
-
Returns a composed IntConsumer that performs, in sequence, this operation followed by the after
operation.
- append(CharSequence) - Method in class net.openhft.chronicle.wire.JSONWire
-
- append(CharSequence, int) - Method in class net.openhft.chronicle.wire.JSONWire
-
- append(CharSequence) - Method in class net.openhft.chronicle.wire.TextWire
-
- append(CharSequence, int) - Method in class net.openhft.chronicle.wire.TextWire
-
- applyToMarshallable(Function<WireIn, T>) - Method in interface net.openhft.chronicle.wire.ValueIn
-
- array(Consumer<ValueOut>, Class) - Method in interface net.openhft.chronicle.wire.ValueOut
-
- asEnum(Class<E>) - Method in interface net.openhft.chronicle.wire.ValueIn
-
- asEnum(Class<E>, Consumer<E>) - Method in interface net.openhft.chronicle.wire.ValueIn
-
- asEnum(E) - Method in interface net.openhft.chronicle.wire.ValueOut
-
- asText(Wire) - Static method in class net.openhft.chronicle.wire.JSONWire
-
- asText(Wire) - Static method in class net.openhft.chronicle.wire.TextWire
-
- ValueIn - Interface in net.openhft.chronicle.wire
-
Read in data after reading a field.
- valueOf(String) - Static method in enum net.openhft.chronicle.wire.BinaryWireHighCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.wire.util.CharSequenceComparator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.wire.Wires
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.wire.WireType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.openhft.chronicle.wire.YamlLogging
-
Returns the enum constant of this type with the specified name.
- ValueOut - Interface in net.openhft.chronicle.wire
-
Write out data after writing a field.
- values() - Static method in enum net.openhft.chronicle.wire.BinaryWireHighCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.wire.util.CharSequenceComparator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.wire.Wires
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.wire.WireType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.openhft.chronicle.wire.YamlLogging
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VanillaWireParser - Class in net.openhft.chronicle.wire
-
A simple parser to associate actions based on events/field names received.
- VanillaWireParser() - Constructor for class net.openhft.chronicle.wire.VanillaWireParser
-