protected class BinaryWire.FixedBinaryValueOut extends Object implements ValueOut
SMALL_MESSAGE, ZEROS_64| Modifier | Constructor and Description |
|---|---|
protected |
FixedBinaryValueOut() |
| Modifier and Type | Method and Description |
|---|---|
WireOut |
bool(Boolean flag)
scalar data types
|
WireOut |
boolForBinding(boolean value,
net.openhft.chronicle.core.values.BooleanValue booleanValue) |
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) |
void |
bytes0(net.openhft.chronicle.bytes.BytesStore fromBytes,
long remaining) |
WireOut |
bytesLiteral(net.openhft.chronicle.bytes.BytesStore fromBytes) |
int |
compressedSize() |
WireOut |
date(LocalDate localDate) |
WireOut |
dateTime(LocalDateTime localDateTime) |
WireOut |
fixedFloat32(float f) |
WireOut |
fixedFloat64(double d) |
WireOut |
fixedInt16(short i16) |
WireOut |
fixedInt32(int i32) |
WireOut |
fixedInt64(long i64) |
WireOut |
fixedInt8(byte i8) |
WireOut |
fixedOrderedInt32(int i32) |
WireOut |
float32(float f) |
WireOut |
float64(double d) |
WireOut |
int128forBinding(long value,
long value2) |
WireOut |
int128forBinding(long i64x0,
long i64x1,
net.openhft.chronicle.core.values.TwoLongValue longValue) |
WireOut |
int16(short i16) |
WireOut |
int32(int i32) |
WireOut |
int32forBinding(int value) |
WireOut |
int32forBinding(int value,
net.openhft.chronicle.core.values.IntValue intValue) |
WireOut |
int64_0x(long i64) |
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) |
WireOut |
map(Map map)
writes the contents of the map to wire
|
WireOut |
marshallable(Serializable object) |
WireOut |
marshallable(WriteMarshallable object) |
WireOut |
nu11() |
WireOut |
rawBytes(byte[] value) |
void |
resetState() |
<T> WireOut |
sequence(T t,
BiConsumer<T,ValueOut> writer) |
<T,K> WireOut |
sequence(T t,
K kls,
TriConsumer<T,K,ValueOut> writer) |
WireOut |
text(net.openhft.chronicle.bytes.BytesStore s) |
WireOut |
text(CharSequence s) |
WireOut |
text(String s) |
WireOut |
time(LocalTime localTime) |
WireOut |
typedMap(Map<? extends WriteMarshallable,? extends Marshallable> map) |
WireOut |
typeLiteral(BiConsumer<Class,net.openhft.chronicle.bytes.Bytes> typeTranslator,
Class type) |
WireOut |
typeLiteral(CharSequence type) |
WireOut |
typeLiteral(Class type) |
ValueOut |
typePrefix(CharSequence typeName) |
WireOut |
uint16checked(int u16) |
WireOut |
uint32checked(long u32) |
WireOut |
uint8checked(int u8) |
WireOut |
utf8(int codepoint) |
WireOut |
uuid(UUID uuid) |
WireOut |
wireOut() |
ValueOut |
writeLength(long length) |
WireOut |
zonedDateTime(ZonedDateTime zonedDateTime) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitarray, array, array, array, array, array, array, arrayDelta, arrayDelta, asEnum, character, collection, compress, compress, float32, float64, int16, int32, int32, int64, int8, leaf, leaf, list, list, marshallable, marshallable, object, object, optionalTyped, rawText, resetBetweenDocuments, sequence, sequence, sequenceWithLength, set, set, swapLeaf, text, throwable, typedMarshallable, typedMarshallable, typedMarshallable, typedScalar, typePrefix, uint16, uint32, uint8, untypedObject@NotNull public WireOut bool(@Nullable Boolean flag)
ValueOut@NotNull public WireOut text(@Nullable CharSequence s)
@NotNull public WireOut text(@Nullable net.openhft.chronicle.bytes.BytesStore s)
@NotNull public WireOut bytes(@Nullable net.openhft.chronicle.bytes.BytesStore fromBytes)
@NotNull public WireOut bytesLiteral(@Nullable net.openhft.chronicle.bytes.BytesStore fromBytes)
bytesLiteral in interface ValueOutpublic int compressedSize()
compressedSize in interface ValueOutpublic void bytes0(@Nullable
net.openhft.chronicle.bytes.BytesStore fromBytes,
long remaining)
@NotNull public WireOut rawBytes(@NotNull byte[] value)
@NotNull public ValueOut writeLength(long length)
writeLength in interface ValueOut@NotNull public WireOut bytes(@NotNull byte[] fromBytes)
@NotNull public WireOut bytes(String type, @Nullable net.openhft.chronicle.bytes.BytesStore fromBytes)
@NotNull public WireOut uint8checked(int u8)
uint8checked in interface ValueOut@NotNull public WireOut fixedInt16(short i16)
fixedInt16 in interface ValueOut@NotNull public WireOut uint16checked(int u16)
uint16checked in interface ValueOut@NotNull public WireOut fixedInt32(int i32)
fixedInt32 in interface ValueOut@NotNull public WireOut fixedOrderedInt32(int i32)
@NotNull public WireOut uint32checked(long u32)
uint32checked in interface ValueOut@NotNull public WireOut fixedInt64(long i64)
fixedInt64 in interface ValueOut@NotNull public WireOut int64array(long capacity)
int64array in interface ValueOut@NotNull public WireOut int128forBinding(long value, long value2)
int128forBinding in interface ValueOut@NotNull public WireOut int64array(long capacity, @NotNull net.openhft.chronicle.core.values.LongArrayValues values)
int64array in interface ValueOut@NotNull public WireOut fixedFloat32(float f)
fixedFloat32 in interface ValueOut@NotNull public WireOut fixedFloat64(double d)
fixedFloat64 in interface ValueOut@NotNull public WireOut zonedDateTime(@NotNull ZonedDateTime zonedDateTime)
zonedDateTime in interface ValueOut@NotNull public WireOut dateTime(@NotNull LocalDateTime localDateTime)
@NotNull public ValueOut typePrefix(CharSequence typeName)
typePrefix in interface ValueOut@NotNull public WireOut typeLiteral(CharSequence type)
typeLiteral in interface ValueOut@NotNull public WireOut typeLiteral(@Nullable Class type)
typeLiteral in interface ValueOut@NotNull public WireOut typeLiteral(@NotNull BiConsumer<Class,net.openhft.chronicle.bytes.Bytes> typeTranslator, @NotNull Class type)
typeLiteral in interface ValueOut@NotNull public WireOut int32forBinding(int value)
int32forBinding in interface ValueOut@NotNull public WireOut int64forBinding(long value)
int64forBinding in interface ValueOut@NotNull public WireOut int32forBinding(int value, @NotNull net.openhft.chronicle.core.values.IntValue intValue)
int32forBinding in interface ValueOut@NotNull public WireOut int64forBinding(long value, @NotNull net.openhft.chronicle.core.values.LongValue longValue)
int64forBinding in interface ValueOut@NotNull public WireOut boolForBinding(boolean value, @NotNull net.openhft.chronicle.core.values.BooleanValue booleanValue)
boolForBinding in interface ValueOut@NotNull public WireOut int128forBinding(long i64x0, long i64x1, net.openhft.chronicle.core.values.TwoLongValue longValue)
int128forBinding in interface ValueOut@NotNull public <T> WireOut sequence(T t, @NotNull BiConsumer<T,ValueOut> writer)
@NotNull public <T,K> WireOut sequence(T t, K kls, @NotNull TriConsumer<T,K,ValueOut> writer)
@NotNull public WireOut marshallable(@NotNull WriteMarshallable object)
marshallable in interface ValueOut@NotNull public WireOut marshallable(@NotNull Serializable object)
marshallable in interface ValueOut@NotNull public WireOut map(Map map)
ValueOut@NotNull public WireOut typedMap(@NotNull Map<? extends WriteMarshallable,? extends Marshallable> map)
public void resetState()
resetState in interface ValueOutCopyright © 2019. All rights reserved.