public interface ValueOut
| Modifier and Type | Method and Description |
|---|---|
WireOut |
bool(Boolean flag) |
WireOut |
bytes(byte[] fromBytes) |
WireOut |
bytes(net.openhft.chronicle.bytes.Bytes fromBytes) |
WireOut |
date(java.time.LocalDate localDate) |
WireOut |
float32(float f) |
WireOut |
float64(double d) |
default WireOut |
int16(long x) |
WireOut |
int16(short i16) |
WireOut |
int32(int i32) |
default WireOut |
int32(long x) |
WireOut |
int32forBinding(int value) |
WireOut |
int64(long i64) |
WireOut |
int64array(long capacity) |
WireOut |
int64forBinding(long readReady) |
WireOut |
int8(byte i8) |
default WireOut |
int8(long x) |
boolean |
isNested() |
WireOut |
map(Map map)
wites the contents of the map to wire
|
WireOut |
marshallable(WriteMarshallable object) |
WireOut |
nested(boolean nested) |
default WireOut |
object(Object value) |
WireOut |
rawBytes(byte[] value) |
WireOut |
sequence(java.util.function.Consumer<ValueOut> writer) |
WireOut |
text(CharSequence s) |
WireOut |
time(java.time.LocalTime localTime) |
WireOut |
type(CharSequence typeName) |
WireOut |
typedMap(Map<Marshallable,Marshallable> map) |
default WireOut |
typedMarshallable(Marshallable object) |
default WireOut |
uint16(long x) |
WireOut |
uint16checked(int u16) |
default WireOut |
uint32(long x) |
WireOut |
uint32checked(long u32) |
default WireOut |
uint8(long x) |
WireOut |
uint8checked(int u8) |
WireOut |
utf8(int codepoint) |
WireOut |
uuid(UUID uuid) |
ValueOut |
writeLength(long remaining) |
WireOut |
zonedDateTime(java.time.ZonedDateTime zonedDateTime) |
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<Marshallable,Marshallable> map)
boolean isNested()
WireOut nested(boolean nested)
default WireOut typedMarshallable(Marshallable object)
Copyright © 2015. All rights reserved.