public interface ValueIn
@NotNull WireIn bool(@NotNull BooleanConsumer flag)
@NotNull WireIn text(@NotNull java.util.function.Consumer<String> s)
default String text()
@NotNull WireIn text(@NotNull StringBuilder s)
@NotNull WireIn int8(@NotNull ByteConsumer i)
@NotNull WireIn bytes(@NotNull net.openhft.chronicle.bytes.Bytes<?> toBytes)
@NotNull WireIn bytes(@NotNull java.util.function.Consumer<WireIn> wireInConsumer)
byte[] bytes()
@NotNull WireIn wireIn()
long readLength()
@NotNull WireIn uint8(@NotNull ShortConsumer i)
@NotNull WireIn int16(@NotNull ShortConsumer i)
@NotNull WireIn uint16(@NotNull java.util.function.IntConsumer i)
@NotNull WireIn int32(@NotNull java.util.function.IntConsumer i)
@NotNull WireIn uint32(@NotNull java.util.function.LongConsumer i)
@NotNull WireIn int64(@NotNull java.util.function.LongConsumer i)
@NotNull WireIn float32(@NotNull FloatConsumer v)
@NotNull WireIn float64(@NotNull java.util.function.DoubleConsumer v)
@NotNull WireIn time(@NotNull java.util.function.Consumer<java.time.LocalTime> localTime)
@NotNull WireIn zonedDateTime(@NotNull java.util.function.Consumer<java.time.ZonedDateTime> zonedDateTime)
@NotNull WireIn date(@NotNull java.util.function.Consumer<java.time.LocalDate> localDate)
boolean hasNext()
boolean hasNextSequenceItem()
WireIn uuid(@NotNull java.util.function.Consumer<UUID> uuid)
WireIn int64array(@Nullable net.openhft.chronicle.core.values.LongArrayValues values, @NotNull java.util.function.Consumer<net.openhft.chronicle.core.values.LongArrayValues> setter)
WireIn int64(@Nullable net.openhft.chronicle.core.values.LongValue value, @NotNull java.util.function.Consumer<net.openhft.chronicle.core.values.LongValue> setter)
WireIn int32(@Nullable net.openhft.chronicle.core.values.IntValue value, @NotNull java.util.function.Consumer<net.openhft.chronicle.core.values.IntValue> setter)
WireIn sequence(@NotNull java.util.function.Consumer<ValueIn> reader)
<T> T applyToMarshallable(java.util.function.Function<WireIn,T> marshallableReader)
@NotNull default Marshallable typedMarshallable()
@NotNull WireIn type(@NotNull StringBuilder s)
@NotNull WireIn marshallable(@NotNull ReadMarshallable object)
<R> R applyMarshallable(@NotNull
java.util.function.Function<WireIn,R> object)
void typedMap(@NotNull
Map<Marshallable,Marshallable> usingMap)
<K,V> Map<K,V> map(@NotNull Class<K> kClazz, @NotNull Class<V> vClass, @NotNull Map<K,V> usingMap)
boolean bool()
byte int8()
short int16()
int uint16()
int int32()
long int64()
double float64()
float float32()
boolean isNull()
@Nullable
default <E> E object(@NotNull
Class<E> clazz)
default <E> E object(@Nullable
E using,
@NotNull
Class<E> clazz)
Copyright © 2015. All rights reserved.