protected class BinaryWire.BinaryValueOut extends BinaryWire.FixedBinaryValueOut
SMALL_MESSAGE
Modifier | Constructor and Description |
---|---|
protected |
BinaryValueOut() |
Modifier and Type | Method and Description |
---|---|
WireOut |
float32(float f) |
WireOut |
float64(double d) |
WireOut |
int16(short i16) |
WireOut |
int32(int i32) |
WireOut |
int64(long i64) |
WireOut |
int8(byte i8) |
WireOut |
uint16checked(int u16) |
WireOut |
uint32checked(long u32) |
WireOut |
uint8checked(int u8) |
bool, boolForBinding, bytes, bytes, bytes, bytes, bytes0, bytesLiteral, 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, typedMap, typeLiteral, typeLiteral, typeLiteral, typePrefix, utf8, uuid, wireOut, writeLength, zonedDateTime
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
array, 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, resetBetweenDocuments, sequence, sequence, sequenceWithLength, set, set, swapLeaf, text, throwable, typedMarshallable, typedMarshallable, typedMarshallable, typedScalar, typePrefix, uint16, uint32, uint8, untypedObject
@NotNull public WireOut int8(byte i8)
int8
in interface ValueOut
int8
in class BinaryWire.FixedBinaryValueOut
@NotNull public WireOut uint8checked(int u8)
uint8checked
in interface ValueOut
uint8checked
in class BinaryWire.FixedBinaryValueOut
@NotNull public WireOut int16(short i16)
int16
in interface ValueOut
int16
in class BinaryWire.FixedBinaryValueOut
@NotNull public WireOut uint16checked(int u16)
uint16checked
in interface ValueOut
uint16checked
in class BinaryWire.FixedBinaryValueOut
@NotNull public WireOut int32(int i32)
int32
in interface ValueOut
int32
in class BinaryWire.FixedBinaryValueOut
@NotNull public WireOut uint32checked(long u32)
uint32checked
in interface ValueOut
uint32checked
in class BinaryWire.FixedBinaryValueOut
@NotNull public WireOut int64(long i64)
int64
in interface ValueOut
int64
in class BinaryWire.FixedBinaryValueOut
@NotNull public WireOut float32(float f)
float32
in interface ValueOut
float32
in class BinaryWire.FixedBinaryValueOut
@NotNull public WireOut float64(double d)
float64
in interface ValueOut
float64
in class BinaryWire.FixedBinaryValueOut
Copyright © 2018. All rights reserved.