public interface ValueIn
| Modifier and Type | Field and Description |
|---|---|
static java.util.function.Consumer<ValueIn> |
DISCARD |
static final java.util.function.Consumer<ValueIn> DISCARD
@NotNull WireIn bool(@NotNull BooleanConsumer flag)
@NotNull WireIn text(@NotNull java.util.function.Consumer<String> s)
default String text()
@Nullable <ACS extends Appendable & CharSequence> ACS textTo(@NotNull ACS 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 ReadMarshallable typedMarshallable()
@NotNull WireIn type(@NotNull StringBuilder s)
WireIn typeLiteral(@NotNull java.util.function.Consumer<CharSequence> classNameConsumer)
default WireIn typeLiteral(@NotNull java.util.function.Function<CharSequence,Class> typeLookup, @NotNull java.util.function.Consumer<Class> classConsumer)
@NotNull WireIn marshallable(@NotNull ReadMarshallable object)
<K extends ReadMarshallable,V extends ReadMarshallable> void typedMap(@NotNull Map<K,V> 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()
default Throwable throwable(boolean appendCurrentStack)
@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.