public interface ValueOut
| Modifier and Type | Field and Description |
|---|---|
static int |
SMALL_MESSAGE |
| Modifier and Type | Method and Description |
|---|---|
default WireOut |
array(WriteValue writer,
Class arrayType) |
default <E extends Enum<E>> |
asEnum(E e) |
WireOut |
bool(Boolean flag) |
WireOut |
bytes(byte[] fromBytes) |
WireOut |
bytes(net.openhft.chronicle.bytes.BytesStore fromBytes) |
WireOut |
bytes(String type,
byte[] fromBytes) |
WireOut |
bytes(String type,
net.openhft.chronicle.bytes.BytesStore fromBytes) |
default WireOut |
compress(String compression,
net.openhft.chronicle.bytes.Bytes uncompressedBytes) |
default WireOut |
compress(String compression,
String str)
Deprecated.
|
default int |
compressedSize() |
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 |
int32forBinding(int value,
net.openhft.chronicle.core.values.IntValue intValue) |
WireOut |
int64(long i64) |
WireOut |
int64array(long capacity) |
WireOut |
int64array(long capacity,
net.openhft.chronicle.core.values.LongArrayValues values) |
WireOut |
int64forBinding(long value) |
WireOut |
int64forBinding(long value,
net.openhft.chronicle.core.values.LongValue longValue) |
WireOut |
int8(byte i8) |
default WireOut |
int8(long x) |
ValueOut |
leaf() |
WireOut |
map(Map map)
wites the contents of the map to wire
|
WireOut |
marshallable(WriteMarshallable object) |
default WireOut |
object(Object value) |
WireOut |
rawBytes(byte[] value) |
WireOut |
sequence(WriteValue writer) |
default WireOut |
text(net.openhft.chronicle.bytes.BytesStore s) |
WireOut |
text(CharSequence s) |
default WireOut |
throwable(Throwable t) |
WireOut |
time(java.time.LocalTime localTime) |
WireOut |
typedMap(Map<? extends WriteMarshallable,? extends Marshallable> map) |
default WireOut |
typedMarshallable(CharSequence typeName,
WriteMarshallable object) |
default WireOut |
typedMarshallable(WriteMarshallable object) |
default WireOut |
typedScalar(Object value) |
WireOut |
typeLiteral(java.util.function.BiConsumer<Class,net.openhft.chronicle.bytes.Bytes> typeTranslator,
Class type) |
WireOut |
typeLiteral(CharSequence type) |
default WireOut |
typeLiteral(Class type) |
ValueOut |
typePrefix(CharSequence typeName) |
default ValueOut |
typePrefix(Class type) |
default WireOut |
uint16(long x) |
WireOut |
uint16checked(int u16) |
default WireOut |
uint32(long x) |
WireOut |
uint32checked(long u32) |
default WireOut |
uint8(int x) |
WireOut |
uint8checked(int u8) |
WireOut |
utf8(int codepoint) |
WireOut |
uuid(UUID uuid) |
WireOut |
wireOut() |
ValueOut |
writeLength(long remaining) |
WireOut |
zonedDateTime(java.time.ZonedDateTime zonedDateTime) |
static final int SMALL_MESSAGE
@NotNull WireOut text(@Nullable CharSequence s)
@NotNull default WireOut text(@Nullable net.openhft.chronicle.bytes.BytesStore s)
@NotNull default WireOut int8(long x)
@NotNull WireOut int8(byte i8)
@NotNull WireOut bytes(@Nullable net.openhft.chronicle.bytes.BytesStore fromBytes)
@NotNull WireOut bytes(String type, @Nullable 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 int64array(long capacity, net.openhft.chronicle.core.values.LongArrayValues values)
@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 typePrefix(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 int32forBinding(int value, net.openhft.chronicle.core.values.IntValue intValue)
@NotNull WireOut int64forBinding(long value)
@NotNull WireOut int64forBinding(long value, net.openhft.chronicle.core.values.LongValue longValue)
@NotNull WireOut sequence(WriteValue writer)
@NotNull default WireOut array(WriteValue writer, Class arrayType)
@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()
default WireOut compress(String compression, net.openhft.chronicle.bytes.Bytes uncompressedBytes)
default int compressedSize()
@Deprecated default WireOut compress(String compression, String str)
Copyright © 2015. All rights reserved.