public interface ValueOut
WireOut text(CharSequence s)
default WireOut int8(long x)
WireOut int8(byte i8)
WireOut bytes(net.openhft.chronicle.bytes.Bytes fromBytes)
WireOut rawBytes(byte[] value)
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)
WireOut map(Map map)
map - a java map with, the key and value type of the map must be either Marshallable,
String or Autoboxed primitives.WireOut typedMap(@NotNull Map<? extends WriteMarshallable,? extends Marshallable> map)
ValueOut leaf()
default WireOut typedMarshallable(WriteMarshallable object)
default WireOut typedMarshallable(CharSequence typeName, WriteMarshallable object)
WireOut wireOut()
Copyright © 2015. All rights reserved.