EncoderImpl

Undocumented in source.
class EncoderImpl : ByteBufferEncoder {}

Constructors

this
this(DecoderImpl decoder)
Undocumented in source.

Members

Functions

getBuffer
WritableBuffer getBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
getDecoder
DecoderImpl getDecoder()
Undocumented in source. Be warned that the author may not have intended to support it.
getType
IAMQPType getType(Object element)
Undocumented in source. Be warned that the author may not have intended to support it.
getTypeFromClass
IAMQPType getTypeFromClass(TypeInfo clazz)
Undocumented in source. Be warned that the author may not have intended to support it.
register
void register(AMQPType!(V) type)
Undocumented in source. Be warned that the author may not have intended to support it.
register
void register(TypeInfo clazz, AMQPType!(T) type)
Undocumented in source. Be warned that the author may not have intended to support it.
setByteBuffer
void setByteBuffer(ByteBuffer buf)
Undocumented in source. Be warned that the author may not have intended to support it.
setByteBuffer
void setByteBuffer(WritableBuffer buf)
Undocumented in source. Be warned that the author may not have intended to support it.
writeArray
void writeArray(int[] a)
Undocumented in source. Be warned that the author may not have intended to support it.
writeArray
void writeArray(long[] a)
Undocumented in source. Be warned that the author may not have intended to support it.
writeArray
void writeArray(float[] a)
Undocumented in source. Be warned that the author may not have intended to support it.
writeArray
void writeArray(double[] a)
Undocumented in source. Be warned that the author may not have intended to support it.
writeArray
void writeArray(char[] a)
Undocumented in source. Be warned that the author may not have intended to support it.
writeArray
void writeArray(Object[] a)
Undocumented in source. Be warned that the author may not have intended to support it.
writeBinary
void writeBinary(Binary b)
Undocumented in source. Be warned that the author may not have intended to support it.
writeBoolean
void writeBoolean(bool bl)
Undocumented in source. Be warned that the author may not have intended to support it.
writeBoolean
void writeBoolean(Boolean bl)
Undocumented in source. Be warned that the author may not have intended to support it.
writeByte
void writeByte(byte b)
Undocumented in source. Be warned that the author may not have intended to support it.
writeByte
void writeByte(Byte b)
Undocumented in source. Be warned that the author may not have intended to support it.
writeCharacter
void writeCharacter(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
writeCharacter
void writeCharacter(Char c)
Undocumented in source. Be warned that the author may not have intended to support it.
writeDecimal128
void writeDecimal128(Decimal128 d)
Undocumented in source. Be warned that the author may not have intended to support it.
writeDecimal32
void writeDecimal32(Decimal32 d)
Undocumented in source. Be warned that the author may not have intended to support it.
writeDecimal64
void writeDecimal64(Decimal64 d)
Undocumented in source. Be warned that the author may not have intended to support it.
writeDescribedType
void writeDescribedType(DescribedType d)
Undocumented in source. Be warned that the author may not have intended to support it.
writeDouble
void writeDouble(double d)
Undocumented in source. Be warned that the author may not have intended to support it.
writeDouble
void writeDouble(Double d)
Undocumented in source. Be warned that the author may not have intended to support it.
writeFloat
void writeFloat(float f)
Undocumented in source. Be warned that the author may not have intended to support it.
writeFloat
void writeFloat(Float f)
Undocumented in source. Be warned that the author may not have intended to support it.
writeInteger
void writeInteger(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
writeInteger
void writeInteger(Integer i)
Undocumented in source. Be warned that the author may not have intended to support it.
writeList
void writeList(Object l)
Undocumented in source. Be warned that the author may not have intended to support it.
writeLong
void writeLong(long l)
Undocumented in source. Be warned that the author may not have intended to support it.
writeLong
void writeLong(Long l)
Undocumented in source. Be warned that the author may not have intended to support it.
writeMap
void writeMap(Object m)
Undocumented in source. Be warned that the author may not have intended to support it.
writeNull
void writeNull()
Undocumented in source. Be warned that the author may not have intended to support it.
writeObject
void writeObject(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
writeRaw
void writeRaw(byte b)
Undocumented in source. Be warned that the author may not have intended to support it.
writeRaw
void writeRaw(short s)
Undocumented in source. Be warned that the author may not have intended to support it.
writeRaw
void writeRaw(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
writeRaw
void writeRaw(long l)
Undocumented in source. Be warned that the author may not have intended to support it.
writeRaw
void writeRaw(float f)
Undocumented in source. Be warned that the author may not have intended to support it.
writeRaw
void writeRaw(double d)
Undocumented in source. Be warned that the author may not have intended to support it.
writeRaw
void writeRaw(byte[] src, int offset, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
writeRaw
void writeRaw(String str)
Undocumented in source. Be warned that the author may not have intended to support it.
writeShort
void writeShort(short s)
Undocumented in source. Be warned that the author may not have intended to support it.
writeShort
void writeShort(Short s)
Undocumented in source. Be warned that the author may not have intended to support it.
writeString
void writeString(String s)
Undocumented in source. Be warned that the author may not have intended to support it.
writeSymbol
void writeSymbol(Symbol s)
Undocumented in source. Be warned that the author may not have intended to support it.
writeTimestamp
void writeTimestamp(long timestamp)
Undocumented in source. Be warned that the author may not have intended to support it.
writeTimestamp
void writeTimestamp(Date d)
Undocumented in source. Be warned that the author may not have intended to support it.
writeUUID
void writeUUID(UUID uuid)
Undocumented in source. Be warned that the author may not have intended to support it.
writeUnsignedByte
void writeUnsignedByte(UnsignedByte ub)
Undocumented in source. Be warned that the author may not have intended to support it.
writeUnsignedInteger
void writeUnsignedInteger(UnsignedInteger ui)
Undocumented in source. Be warned that the author may not have intended to support it.
writeUnsignedLong
void writeUnsignedLong(UnsignedLong ul)
Undocumented in source. Be warned that the author may not have intended to support it.
writeUnsignedShort
void writeUnsignedShort(UnsignedShort us)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ByteBufferEncoder

setByteBuffer
void setByteBuffer(ByteBuffer buf)
Undocumented in source.

Meta