- readBinary
Binary readBinary()
Undocumented in source.
- readBinary
Binary readBinary(Binary defaultValue)
Undocumented in source.
- readBoolean
Boolean readBoolean()
Undocumented in source.
- readBoolean
Boolean readBoolean(Boolean defaultVal)
Undocumented in source.
- readBoolean
bool readBoolean(bool defaultVal)
Undocumented in source.
- readByte
Byte readByte()
Undocumented in source.
- readByte
Byte readByte(Byte defaultVal)
Undocumented in source.
- readByte
byte readByte(byte defaultVal)
Undocumented in source.
- readCharacter
Char readCharacter()
Undocumented in source.
- readCharacter
Char readCharacter(Char defaultVal)
Undocumented in source.
- readCharacter
char readCharacter(char defaultVal)
Undocumented in source.
- readDecimal128
Decimal128 readDecimal128()
Undocumented in source.
- readDecimal128
Decimal128 readDecimal128(Decimal128 defaultValue)
Undocumented in source.
- readDecimal32
Decimal32 readDecimal32()
Undocumented in source.
- readDecimal32
Decimal32 readDecimal32(Decimal32 defaultValue)
Undocumented in source.
- readDecimal64
Decimal64 readDecimal64()
Undocumented in source.
- readDecimal64
Decimal64 readDecimal64(Decimal64 defaultValue)
Undocumented in source.
- readDouble
Double readDouble()
Undocumented in source.
- readDouble
Double readDouble(Double defaultVal)
Undocumented in source.
- readDouble
double readDouble(double defaultVal)
Undocumented in source.
- readFloat
Float readFloat()
Undocumented in source.
- readFloat
Float readFloat(Float defaultVal)
Undocumented in source.
- readFloat
float readFloat(float defaultVal)
Undocumented in source.
- readInteger
Integer readInteger()
Undocumented in source.
- readInteger
Integer readInteger(Integer defaultVal)
Undocumented in source.
- readInteger
int readInteger(int defaultVal)
Undocumented in source.
- readLong
Long readLong()
Undocumented in source.
- readLong
Long readLong(Long defaultVal)
Undocumented in source.
- readLong
long readLong(long defaultVal)
Undocumented in source.
- readObject
Object readObject()
Undocumented in source.
- readObject
Object readObject(Object defaultValue)
Undocumented in source.
- readShort
Short readShort()
Undocumented in source.
- readShort
Short readShort(Short defaultVal)
Undocumented in source.
- readShort
short readShort(short defaultVal)
Undocumented in source.
- readString
String readString()
Undocumented in source.
- readString
String readString(String defaultValue)
Undocumented in source.
- readSymbol
Symbol readSymbol()
Undocumented in source.
- readSymbol
Symbol readSymbol(Symbol defaultValue)
Undocumented in source.
- readTimestamp
Date readTimestamp()
Undocumented in source.
- readTimestamp
Date readTimestamp(Date defaultValue)
Undocumented in source.
- readUUID
UUID readUUID()
Undocumented in source.
- readUUID
UUID readUUID(UUID defaultValue)
Undocumented in source.
- readUnsignedByte
UnsignedByte readUnsignedByte()
Undocumented in source.
- readUnsignedByte
UnsignedByte readUnsignedByte(UnsignedByte defaultVal)
Undocumented in source.
- readUnsignedInteger
UnsignedInteger readUnsignedInteger()
Undocumented in source.
- readUnsignedInteger
UnsignedInteger readUnsignedInteger(UnsignedInteger defaultVal)
Undocumented in source.
- readUnsignedLong
UnsignedLong readUnsignedLong()
Undocumented in source.
- readUnsignedLong
UnsignedLong readUnsignedLong(UnsignedLong defaultVal)
Undocumented in source.
- readUnsignedShort
UnsignedShort readUnsignedShort()
Undocumented in source.
- readUnsignedShort
UnsignedShort readUnsignedShort(UnsignedShort defaultVal)
Undocumented in source.
- registerDynamic
void registerDynamic(Object descriptor, Object dtc)
Undocumented in source.
- registerFastPath
void registerFastPath(Object descriptor, Object dtc)
Undocumented in source.