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