ByteBufferEncoder

Undocumented in source.
interface ByteBufferEncoder : Encoder {}

Members

Functions

setByteBuffer
void setByteBuffer(ByteBuffer buf)
Undocumented in source.

Inherited Members

From Encoder

writeNull
void writeNull()
Undocumented in source.
writeBoolean
void writeBoolean(bool b)
Undocumented in source.
writeBoolean
void writeBoolean(Boolean b)
Undocumented in source.
writeUnsignedByte
void writeUnsignedByte(UnsignedByte ub)
Undocumented in source.
writeUnsignedShort
void writeUnsignedShort(UnsignedShort us)
Undocumented in source.
writeUnsignedInteger
void writeUnsignedInteger(UnsignedInteger us)
Undocumented in source.
writeUnsignedLong
void writeUnsignedLong(UnsignedLong ul)
Undocumented in source.
writeByte
void writeByte(byte b)
Undocumented in source.
writeByte
void writeByte(Byte b)
Undocumented in source.
writeShort
void writeShort(short s)
Undocumented in source.
writeShort
void writeShort(Short s)
Undocumented in source.
writeInteger
void writeInteger(int i)
Undocumented in source.
writeInteger
void writeInteger(Integer i)
Undocumented in source.
writeLong
void writeLong(long l)
Undocumented in source.
writeLong
void writeLong(Long l)
Undocumented in source.
writeFloat
void writeFloat(float f)
Undocumented in source.
writeFloat
void writeFloat(Float f)
Undocumented in source.
writeDouble
void writeDouble(double d)
Undocumented in source.
writeDouble
void writeDouble(Double d)
Undocumented in source.
writeDecimal32
void writeDecimal32(Decimal32 d)
Undocumented in source.
writeDecimal64
void writeDecimal64(Decimal64 d)
Undocumented in source.
writeDecimal128
void writeDecimal128(Decimal128 d)
Undocumented in source.
writeCharacter
void writeCharacter(char c)
Undocumented in source.
writeCharacter
void writeCharacter(Char c)
Undocumented in source.
writeTimestamp
void writeTimestamp(long d)
Undocumented in source.
writeTimestamp
void writeTimestamp(Date d)
Undocumented in source.
writeUUID
void writeUUID(UUID uuid)
Undocumented in source.
writeBinary
void writeBinary(Binary b)
Undocumented in source.
writeString
void writeString(String s)
Undocumented in source.
writeSymbol
void writeSymbol(Symbol s)
Undocumented in source.
writeList
void writeList(Object l)
Undocumented in source.
writeMap
void writeMap(Object m)
Undocumented in source.
writeDescribedType
void writeDescribedType(DescribedType d)
Undocumented in source.
writeArray
void writeArray(int[] a)
Undocumented in source.
writeArray
void writeArray(long[] a)
Undocumented in source.
writeArray
void writeArray(float[] a)
Undocumented in source.
writeArray
void writeArray(double[] a)
Undocumented in source.
writeArray
void writeArray(char[] a)
Undocumented in source.
writeArray
void writeArray(Object[] a)
Undocumented in source.
writeObject
void writeObject(Object o)
Undocumented in source.

Meta