DecoderImpl

Undocumented in source.
class DecoderImpl : ByteBufferDecoder {}

Constructors

this
this()
Undocumented in source.
this
this(ByteBuffer buffer)
Undocumented in source.

Members

Classes

UnknownDescribedType
class UnknownDescribedType
Undocumented in source.

Functions

getBuffer
ReadableBuffer getBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
getByteBuffer
ByteBuffer getByteBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
getByteBufferRemaining
int getByteBufferRemaining()
Undocumented in source. Be warned that the author may not have intended to support it.
readBinary
Binary readBinary()
Undocumented in source. Be warned that the author may not have intended to support it.
readBinary
Binary readBinary(Binary defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
readBoolean
Boolean readBoolean()
Undocumented in source. Be warned that the author may not have intended to support it.
readBoolean
Boolean readBoolean(Boolean defaultVal)
Undocumented in source. Be warned that the author may not have intended to support it.
readBoolean
bool readBoolean(bool defaultVal)
Undocumented in source. Be warned that the author may not have intended to support it.
readByte
Byte readByte()
Undocumented in source. Be warned that the author may not have intended to support it.
readByte
Byte readByte(Byte defaultVal)
Undocumented in source. Be warned that the author may not have intended to support it.
readByte
byte readByte(byte defaultVal)
Undocumented in source. Be warned that the author may not have intended to support it.
readCharacter
Char readCharacter()
Undocumented in source. Be warned that the author may not have intended to support it.
readCharacter
Char readCharacter(Char defaultVal)
Undocumented in source. Be warned that the author may not have intended to support it.
readCharacter
char readCharacter(char defaultVal)
Undocumented in source. Be warned that the author may not have intended to support it.
readConstructor
ITypeConstructor readConstructor()
Undocumented in source. Be warned that the author may not have intended to support it.
readConstructor
ITypeConstructor readConstructor(bool excludeFastPathConstructors)
Undocumented in source. Be warned that the author may not have intended to support it.
readDecimal128
Decimal128 readDecimal128()
Undocumented in source. Be warned that the author may not have intended to support it.
readDecimal128
Decimal128 readDecimal128(Decimal128 defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
readDecimal32
Decimal32 readDecimal32()
Undocumented in source. Be warned that the author may not have intended to support it.
readDecimal32
Decimal32 readDecimal32(Decimal32 defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
readDecimal64
Decimal64 readDecimal64()
Undocumented in source. Be warned that the author may not have intended to support it.
readDecimal64
Decimal64 readDecimal64(Decimal64 defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
readDouble
Double readDouble()
Undocumented in source. Be warned that the author may not have intended to support it.
readDouble
Double readDouble(Double defaultVal)
Undocumented in source. Be warned that the author may not have intended to support it.
readDouble
double readDouble(double defaultVal)
Undocumented in source. Be warned that the author may not have intended to support it.
readFloat
Float readFloat()
Undocumented in source. Be warned that the author may not have intended to support it.
readFloat
Float readFloat(Float defaultVal)
Undocumented in source. Be warned that the author may not have intended to support it.
readFloat
float readFloat(float defaultVal)
Undocumented in source. Be warned that the author may not have intended to support it.
readInteger
Integer readInteger()
Undocumented in source. Be warned that the author may not have intended to support it.
readInteger
Integer readInteger(Integer defaultVal)
Undocumented in source. Be warned that the author may not have intended to support it.
readInteger
int readInteger(int defaultVal)
Undocumented in source. Be warned that the author may not have intended to support it.
readLong
Long readLong()
Undocumented in source. Be warned that the author may not have intended to support it.
readLong
Long readLong(Long defaultVal)
Undocumented in source. Be warned that the author may not have intended to support it.
readLong
long readLong(long defaultVal)
Undocumented in source. Be warned that the author may not have intended to support it.
readMap
Object readMap()
Undocumented in source. Be warned that the author may not have intended to support it.
readObject
Object readObject()
Undocumented in source. Be warned that the author may not have intended to support it.
readObject
Object readObject(Object defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
readRaw
void readRaw(byte[] data, int offset, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
readRaw
V readRaw(TypeDecoder!(V) decoder, int size)
Undocumented in source. Be warned that the author may not have intended to support it.
readRawByte
byte readRawByte()
Undocumented in source. Be warned that the author may not have intended to support it.
readRawDouble
double readRawDouble()
Undocumented in source. Be warned that the author may not have intended to support it.
readRawFloat
float readRawFloat()
Undocumented in source. Be warned that the author may not have intended to support it.
readRawInt
int readRawInt()
Undocumented in source. Be warned that the author may not have intended to support it.
readRawLong
long readRawLong()
Undocumented in source. Be warned that the author may not have intended to support it.
readRawShort
short readRawShort()
Undocumented in source. Be warned that the author may not have intended to support it.
readShort
Short readShort()
Undocumented in source. Be warned that the author may not have intended to support it.
readShort
Short readShort(Short defaultVal)
Undocumented in source. Be warned that the author may not have intended to support it.
readShort
short readShort(short defaultVal)
Undocumented in source. Be warned that the author may not have intended to support it.
readString
String readString()
Undocumented in source. Be warned that the author may not have intended to support it.
readString
String readString(String defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
readSymbol
Symbol readSymbol()
Undocumented in source. Be warned that the author may not have intended to support it.
readSymbol
Symbol readSymbol(Symbol defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
readTimestamp
Date readTimestamp()
Undocumented in source. Be warned that the author may not have intended to support it.
readTimestamp
Date readTimestamp(Date defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
readUUID
UUID readUUID()
Undocumented in source. Be warned that the author may not have intended to support it.
readUUID
UUID readUUID(UUID defaultVal)
Undocumented in source. Be warned that the author may not have intended to support it.
readUnsignedByte
UnsignedByte readUnsignedByte()
Undocumented in source. Be warned that the author may not have intended to support it.
readUnsignedByte
UnsignedByte readUnsignedByte(UnsignedByte defaultVal)
Undocumented in source. Be warned that the author may not have intended to support it.
readUnsignedInteger
UnsignedInteger readUnsignedInteger()
Undocumented in source. Be warned that the author may not have intended to support it.
readUnsignedInteger
UnsignedInteger readUnsignedInteger(UnsignedInteger defaultVal)
Undocumented in source. Be warned that the author may not have intended to support it.
readUnsignedLong
UnsignedLong readUnsignedLong()
Undocumented in source. Be warned that the author may not have intended to support it.
readUnsignedLong
UnsignedLong readUnsignedLong(UnsignedLong defaultVal)
Undocumented in source. Be warned that the author may not have intended to support it.
readUnsignedShort
UnsignedShort readUnsignedShort()
Undocumented in source. Be warned that the author may not have intended to support it.
readUnsignedShort
UnsignedShort readUnsignedShort(UnsignedShort defaultVal)
Undocumented in source. Be warned that the author may not have intended to support it.
register
void register(PrimitiveType!(V) t)
Undocumented in source. Be warned that the author may not have intended to support it.
registerDynamic
void registerDynamic(Object descriptor, Object dtc)
Undocumented in source. Be warned that the author may not have intended to support it.
registerFastPath
void registerFastPath(Object descriptor, Object btc)
Undocumented in source. Be warned that the author may not have intended to support it.
setBuffer
void setBuffer(ReadableBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
setByteBuffer
void setByteBuffer(ByteBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

TypeDecoder
interface TypeDecoder(V)
Undocumented in source.

Inherited Members

From ByteBufferDecoder

setByteBuffer
void setByteBuffer(ByteBuffer buffer)
Undocumented in source.
getByteBufferRemaining
int getByteBufferRemaining()
Undocumented in source.

Meta