public interface ValueOut
WireOut text(CharSequence s)
default WireOut int8(long x)
WireOut int8(byte i8)
WireOut bytes(net.openhft.chronicle.bytes.Bytes fromBytes)
ValueOut writeLength(long remaining)
WireOut bytes(byte[] fromBytes)
default WireOut uint8(long x)
WireOut uint8checked(int u8)
default WireOut int16(long x)
WireOut int16(short i16)
default WireOut uint16(long x)
WireOut uint16checked(int u16)
WireOut utf8(int codepoint)
default WireOut int32(long x)
WireOut int32(int i32)
default WireOut uint32(long x)
WireOut uint32checked(long u32)
WireOut int64(long i64)
WireOut int64array(long capacity)
WireOut float32(float f)
WireOut float64(double d)
WireOut time(java.time.LocalTime localTime)
WireOut zonedDateTime(java.time.ZonedDateTime zonedDateTime)
WireOut date(java.time.LocalDate localDate)
WireOut type(CharSequence typeName)
WireOut int32forBinding(int value)
WireOut int64forBinding(long readReady)
WireOut sequence(java.util.function.Consumer<ValueOut> writer)
WireOut marshallable(WriteMarshallable object)
boolean isNested()
WireOut nested(boolean nested)
default WireOut typedMarshallable(Marshallable object)
Copyright © 2015. All rights reserved.