protected class BinaryWire.BinaryValueOut extends BinaryWire.FixedBinaryValueOut
ValueOut.MapMarshaller<K,V>MM_TL, SMALL_MESSAGE, ZEROS_64| Modifier | Constructor and Description |
|---|---|
protected |
BinaryValueOut() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull WireOut |
float32(float f)
Write a 32-bit float value.
|
@NotNull WireOut |
float64(double d)
Write a 64-bit float (double) value.
|
@NotNull WireOut |
int16(short i16)
Write a signed 16-bit integer value.
|
@NotNull WireOut |
int32(int i32)
Write a signed 32-bit integer value.
|
@NotNull WireOut |
int64(long i64)
Write a signed 64-bit integer value.
|
@NotNull WireOut |
int8(byte i8)
Write a signed 8-bit integer value.
|
boolean |
isBinary() |
@NotNull WireOut |
uint16checked(int u16)
Write an unsigned 16-bit integer value.
|
@NotNull WireOut |
uint32checked(long u32)
Write an unsigned 32-bit integer value.
|
@NotNull WireOut |
uint8checked(int u8)
Write an unsigned 8-bit integer value.
|
WireOut |
writeInt(IntConverter intConverter,
int i)
Write an int value with a specified converter.
|
WireOut |
writeLong(LongConverter longConverter,
long l)
Write a long value with a specified converter.
|
bool, boolForBinding, bytes, bytes, bytes, bytes, bytes0, bytesLiteral, bytesMarshallable, classLookup, compressedSize, date, dateTime, fixedFloat32, fixedFloat64, fixedInt16, fixedInt32, fixedInt64, fixedInt8, fixedOrderedInt32, int128forBinding, int128forBinding, int32forBinding, int32forBinding, int64_0x, int64array, int64array, int64forBinding, int64forBinding, map, marshallable, marshallable, nu11, rawBytes, resetState, sequence, sequence, text, text, text, time, typeLiteral, typeLiteral, typeLiteral, typePrefix, utf8, uuid, wireOut, writeLength, zonedDateTimeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitarray, array, array, array, array, array, array, arrayDelta, arrayDelta, asEnum, character, collection, compress, endTypePrefix, float32, float64, int16, int32, int32, int64, int8, isAnEnum, 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, writeShort, writeStringpublic boolean isBinary()
true if this wire type is binary wire.public WireOut writeInt(IntConverter intConverter, int i)
ValueOutpublic WireOut writeLong(LongConverter longConverter, long l)
ValueOut@NotNull public @NotNull WireOut int8(byte i8)
ValueOutint8 in interface ValueOutint8 in class BinaryWire.FixedBinaryValueOut@NotNull public @NotNull WireOut uint8checked(int u8)
ValueOutuint8checked in interface ValueOutuint8checked in class BinaryWire.FixedBinaryValueOut@NotNull public @NotNull WireOut int16(short i16)
ValueOutint16 in interface ValueOutint16 in class BinaryWire.FixedBinaryValueOut@NotNull public @NotNull WireOut uint16checked(int u16)
ValueOutuint16checked in interface ValueOutuint16checked in class BinaryWire.FixedBinaryValueOut@NotNull public @NotNull WireOut int32(int i32)
ValueOutint32 in interface ValueOutint32 in class BinaryWire.FixedBinaryValueOut@NotNull public @NotNull WireOut uint32checked(long u32)
ValueOutuint32checked in interface ValueOutuint32checked in class BinaryWire.FixedBinaryValueOut@NotNull public @NotNull WireOut int64(long i64)
ValueOutint64 in interface ValueOutint64 in class BinaryWire.FixedBinaryValueOut@NotNull public @NotNull WireOut float32(float f)
ValueOutfloat32 in interface ValueOutfloat32 in class BinaryWire.FixedBinaryValueOutCopyright © 2023. All rights reserved.