public interface ValueIn
WireIn bool(BooleanConsumer flag)
WireIn text(StringBuilder s)
WireIn text(java.util.function.Consumer<String> s)
default String text()
WireIn type(StringBuilder s)
WireIn int8(ByteConsumer i)
WireIn bytes(net.openhft.chronicle.bytes.Bytes<?> toBytes)
WireIn bytes(java.util.function.Consumer<byte[]> bytesConsumer)
byte[] bytes()
WireIn wireIn()
long readLength()
WireIn uint8(ShortConsumer i)
WireIn int16(ShortConsumer i)
WireIn uint16(java.util.function.IntConsumer i)
WireIn int32(java.util.function.IntConsumer i)
WireIn uint32(java.util.function.LongConsumer i)
WireIn int64(java.util.function.LongConsumer i)
WireIn float32(FloatConsumer v)
WireIn float64(java.util.function.DoubleConsumer v)
WireIn time(java.util.function.Consumer<java.time.LocalTime> localTime)
WireIn zonedDateTime(java.util.function.Consumer<java.time.ZonedDateTime> zonedDateTime)
WireIn date(java.util.function.Consumer<java.time.LocalDate> localDate)
boolean hasNext()
WireIn expectText(CharSequence s)
WireIn uuid(java.util.function.Consumer<UUID> uuid)
WireIn int64array(net.openhft.chronicle.core.values.LongArrayValues values, java.util.function.Consumer<net.openhft.chronicle.core.values.LongArrayValues> setter)
WireIn int64(net.openhft.chronicle.core.values.LongValue value, java.util.function.Consumer<net.openhft.chronicle.core.values.LongValue> setter)
WireIn int32(net.openhft.chronicle.core.values.IntValue value, java.util.function.Consumer<net.openhft.chronicle.core.values.IntValue> setter)
WireIn sequence(java.util.function.Consumer<ValueIn> reader)
WireIn marshallable(ReadMarshallable object)
default Marshallable typedMarshallable()
boolean bool()
byte int8()
short int16()
int int32()
long int64()
double float64()
float float32()
boolean isNull()
Copyright © 2015. All rights reserved.