public interface ValueOut
@NotNull WireOut text(CharSequence s)
@NotNull default WireOut int8(long x)
@NotNull WireOut int8(byte i8)
@NotNull WireOut bytes(net.openhft.chronicle.bytes.BytesStore fromBytes)
@NotNull WireOut rawBytes(byte[] value)
@NotNull ValueOut writeLength(long remaining)
@NotNull WireOut bytes(byte[] fromBytes)
@NotNull default WireOut uint8(int x)
@NotNull WireOut uint8checked(int u8)
@NotNull default WireOut int16(long x)
@NotNull WireOut int16(short i16)
@NotNull default WireOut uint16(long x)
@NotNull WireOut uint16checked(int u16)
@NotNull WireOut utf8(int codepoint)
@NotNull default WireOut int32(long x)
@NotNull WireOut int32(int i32)
@NotNull default WireOut uint32(long x)
@NotNull WireOut uint32checked(long u32)
@NotNull WireOut int64(long i64)
@NotNull WireOut int64array(long capacity)
@NotNull WireOut float32(float f)
@NotNull WireOut float64(double d)
@NotNull WireOut time(java.time.LocalTime localTime)
@NotNull WireOut zonedDateTime(java.time.ZonedDateTime zonedDateTime)
@NotNull WireOut date(java.time.LocalDate localDate)
@NotNull ValueOut type(CharSequence typeName)
@NotNull WireOut typeLiteral(@NotNull CharSequence type)
@NotNull WireOut typeLiteral(@NotNull java.util.function.BiConsumer<Class,net.openhft.chronicle.bytes.Bytes> typeTranslator, @NotNull Class type)
@NotNull WireOut int32forBinding(int value)
@NotNull WireOut int64forBinding(long readReady)
@NotNull WireOut sequence(java.util.function.Consumer<ValueOut> writer)
@NotNull WireOut marshallable(WriteMarshallable object)
@NotNull 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.@NotNull WireOut typedMap(@NotNull Map<? extends WriteMarshallable,? extends Marshallable> map)
@NotNull ValueOut leaf()
@NotNull default WireOut typedMarshallable(@Nullable WriteMarshallable object)
@NotNull default WireOut typedMarshallable(CharSequence typeName, WriteMarshallable object)
@NotNull WireOut wireOut()
Copyright © 2015. All rights reserved.