- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- decode
long decode(ByteBuffer buf)
Undocumented in source. Be warned that the author may not have intended to support it.
- encode
Binary encode()
Undocumented in source. Be warned that the author may not have intended to support it.
- encode
long encode(ByteBuffer buf)
Undocumented in source. Be warned that the author may not have intended to support it.
- encodedSize
long encodedSize()
Undocumented in source. Be warned that the author may not have intended to support it.
- enter
bool enter()
Undocumented in source. Be warned that the author may not have intended to support it.
- exit
bool exit()
Undocumented in source. Be warned that the author may not have intended to support it.
- format
string format()
Undocumented in source. Be warned that the author may not have intended to support it.
- free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
- getArray
long getArray()
Undocumented in source. Be warned that the author may not have intended to support it.
- getArrayType
DataType getArrayType()
Undocumented in source. Be warned that the author may not have intended to support it.
- getBinary
Binary getBinary()
Undocumented in source. Be warned that the author may not have intended to support it.
- getBoolean
Boolean getBoolean()
Undocumented in source. Be warned that the author may not have intended to support it.
- getByte
Byte getByte()
Undocumented in source. Be warned that the author may not have intended to support it.
- getChar
Integer getChar()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDecimal128
Decimal128 getDecimal128()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDecimal32
Decimal32 getDecimal32()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDecimal64
Decimal64 getDecimal64()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDescribedType
DescribedType getDescribedType()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDouble
Double getDouble()
Undocumented in source. Be warned that the author may not have intended to support it.
- getFloat
Float getFloat()
Undocumented in source. Be warned that the author may not have intended to support it.
- getInt
Integer getInt()
Undocumented in source. Be warned that the author may not have intended to support it.
- getJavaArray
List!Object getJavaArray()
Undocumented in source. Be warned that the author may not have intended to support it.
- getJavaList
List!Object getJavaList()
Undocumented in source. Be warned that the author may not have intended to support it.
- getJavaMap
Map!(Object, Object) getJavaMap()
Undocumented in source. Be warned that the author may not have intended to support it.
- getList
long getList()
Undocumented in source. Be warned that the author may not have intended to support it.
- getLong
Long getLong()
Undocumented in source. Be warned that the author may not have intended to support it.
- getMap
long getMap()
Undocumented in source. Be warned that the author may not have intended to support it.
- getObject
Object getObject()
Undocumented in source. Be warned that the author may not have intended to support it.
- getShort
Short getShort()
Undocumented in source. Be warned that the author may not have intended to support it.
- getString
String getString()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSymbol
Symbol getSymbol()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTimestamp
Date getTimestamp()
Undocumented in source. Be warned that the author may not have intended to support it.
- getUUID
UUID getUUID()
Undocumented in source. Be warned that the author may not have intended to support it.
- getUnsignedByte
UnsignedByte getUnsignedByte()
Undocumented in source. Be warned that the author may not have intended to support it.
- getUnsignedInteger
UnsignedInteger getUnsignedInteger()
Undocumented in source. Be warned that the author may not have intended to support it.
- getUnsignedLong
UnsignedLong getUnsignedLong()
Undocumented in source. Be warned that the author may not have intended to support it.
- getUnsignedShort
UnsignedShort getUnsignedShort()
Undocumented in source. Be warned that the author may not have intended to support it.
- isArrayDescribed
bool isArrayDescribed()
Undocumented in source. Be warned that the author may not have intended to support it.
- isDescribed
bool isDescribed()
Undocumented in source. Be warned that the author may not have intended to support it.
- isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
- next
DataType next()
Undocumented in source. Be warned that the author may not have intended to support it.
- prev
DataType prev()
Undocumented in source. Be warned that the author may not have intended to support it.
- putArray
void putArray(bool described, DataType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- putBinary
void putBinary(Binary bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- putBinary
void putBinary(byte[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- putBoolean
void putBoolean(bool b)
Undocumented in source. Be warned that the author may not have intended to support it.
- putByte
void putByte(byte b)
Undocumented in source. Be warned that the author may not have intended to support it.
- putChar
void putChar(int c)
Undocumented in source. Be warned that the author may not have intended to support it.
- putDecimal128
void putDecimal128(Decimal128 d)
Undocumented in source. Be warned that the author may not have intended to support it.
- putDecimal32
void putDecimal32(Decimal32 d)
Undocumented in source. Be warned that the author may not have intended to support it.
- putDecimal64
void putDecimal64(Decimal64 d)
Undocumented in source. Be warned that the author may not have intended to support it.
- putDescribed
void putDescribed()
Undocumented in source. Be warned that the author may not have intended to support it.
- putDescribedType
void putDescribedType(DescribedType dt)
Undocumented in source. Be warned that the author may not have intended to support it.
- putDouble
void putDouble(double d)
Undocumented in source. Be warned that the author may not have intended to support it.
- putFloat
void putFloat(float f)
Undocumented in source. Be warned that the author may not have intended to support it.
- putInt
void putInt(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- putJavaList
void putJavaList(List!(Object) list)
Undocumented in source. Be warned that the author may not have intended to support it.
- putJavaMap
void putJavaMap(Map!(Object, Object) map)
Undocumented in source. Be warned that the author may not have intended to support it.
- putList
void putList()
Undocumented in source. Be warned that the author may not have intended to support it.
- putLong
void putLong(long l)
Undocumented in source. Be warned that the author may not have intended to support it.
- putMap
void putMap()
Undocumented in source. Be warned that the author may not have intended to support it.
- putNull
void putNull()
Undocumented in source. Be warned that the author may not have intended to support it.
- putObject
void putObject(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
- putShort
void putShort(short s)
Undocumented in source. Be warned that the author may not have intended to support it.
- putString
void putString(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- putSymbol
void putSymbol(Symbol symbol)
Undocumented in source. Be warned that the author may not have intended to support it.
- putTimestamp
void putTimestamp(Date t)
Undocumented in source. Be warned that the author may not have intended to support it.
- putUUID
void putUUID(UUID u)
Undocumented in source. Be warned that the author may not have intended to support it.
- putUnsignedByte
void putUnsignedByte(UnsignedByte ub)
Undocumented in source. Be warned that the author may not have intended to support it.
- putUnsignedInteger
void putUnsignedInteger(UnsignedInteger ui)
Undocumented in source. Be warned that the author may not have intended to support it.
- putUnsignedLong
void putUnsignedLong(UnsignedLong ul)
Undocumented in source. Be warned that the author may not have intended to support it.
- putUnsignedShort
void putUnsignedShort(UnsignedShort us)
Undocumented in source. Be warned that the author may not have intended to support it.
- rewind
void rewind()
Undocumented in source. Be warned that the author may not have intended to support it.
- size
long size()
Undocumented in source. Be warned that the author may not have intended to support it.
- type
DataType type()
Undocumented in source. Be warned that the author may not have intended to support it.
- Factory
class Factory
Undocumented in source.
- DataType
enum DataType
Undocumented in source.
- free
void free()
Undocumented in source.
- clear
void clear()
Undocumented in source.
- size
long size()
Undocumented in source.
- rewind
void rewind()
Undocumented in source.
- next
DataType next()
Undocumented in source.
- prev
DataType prev()
Undocumented in source.
- enter
bool enter()
Undocumented in source.
- exit
bool exit()
Undocumented in source.
- type
DataType type()
Undocumented in source.
- encode
Binary encode()
Undocumented in source.
- encodedSize
long encodedSize()
Undocumented in source.
- encode
long encode(ByteBuffer buf)
Undocumented in source.
- decode
long decode(ByteBuffer buf)
Undocumented in source.
- putList
void putList()
Undocumented in source.
- putMap
void putMap()
Undocumented in source.
- putArray
void putArray(bool described, DataType type)
Undocumented in source.
- putDescribed
void putDescribed()
Undocumented in source.
- putNull
void putNull()
Undocumented in source.
- putBoolean
void putBoolean(bool b)
Undocumented in source.
- putUnsignedByte
void putUnsignedByte(UnsignedByte ub)
Undocumented in source.
- putByte
void putByte(byte b)
Undocumented in source.
- putUnsignedShort
void putUnsignedShort(UnsignedShort us)
Undocumented in source.
- putShort
void putShort(short s)
Undocumented in source.
- putUnsignedInteger
void putUnsignedInteger(UnsignedInteger ui)
Undocumented in source.
- putInt
void putInt(int i)
Undocumented in source.
- putChar
void putChar(int c)
Undocumented in source.
- putUnsignedLong
void putUnsignedLong(UnsignedLong ul)
Undocumented in source.
- putLong
void putLong(long l)
Undocumented in source.
- putTimestamp
void putTimestamp(hunt.time.LocalDateTime.LocalDateTime t)
Undocumented in source.
- putFloat
void putFloat(float f)
Undocumented in source.
- putDouble
void putDouble(double d)
Undocumented in source.
- putDecimal32
void putDecimal32(Decimal32 d)
Undocumented in source.
- putDecimal64
void putDecimal64(Decimal64 d)
Undocumented in source.
- putDecimal128
void putDecimal128(Decimal128 d)
Undocumented in source.
- putUUID
void putUUID(UUID u)
Undocumented in source.
- putBinary
void putBinary(Binary bytes)
Undocumented in source.
- putBinary
void putBinary(byte[] bytes)
Undocumented in source.
- putString
void putString(string str)
Undocumented in source.
- putSymbol
void putSymbol(Symbol symbol)
Undocumented in source.
- putObject
void putObject(Object o)
Undocumented in source.
- putJavaMap
void putJavaMap(Map!(Object, Object) map)
Undocumented in source.
- putJavaList
void putJavaList(List!(Object) list)
Undocumented in source.
- putDescribedType
void putDescribedType(DescribedType dt)
Undocumented in source.
- getList
long getList()
Undocumented in source.
- getMap
long getMap()
Undocumented in source.
- getArray
long getArray()
Undocumented in source.
- isArrayDescribed
bool isArrayDescribed()
Undocumented in source.
- getArrayType
DataType getArrayType()
Undocumented in source.
- isDescribed
bool isDescribed()
Undocumented in source.
- isNull
bool isNull()
Undocumented in source.
- getBoolean
Boolean getBoolean()
Undocumented in source.
- getUnsignedByte
UnsignedByte getUnsignedByte()
Undocumented in source.
- getByte
Byte getByte()
Undocumented in source.
- getUnsignedShort
UnsignedShort getUnsignedShort()
Undocumented in source.
- getShort
Short getShort()
Undocumented in source.
- getUnsignedInteger
UnsignedInteger getUnsignedInteger()
Undocumented in source.
- getInt
Integer getInt()
Undocumented in source.
- getChar
Integer getChar()
Undocumented in source.
- getUnsignedLong
UnsignedLong getUnsignedLong()
Undocumented in source.
- getLong
Long getLong()
Undocumented in source.
- getTimestamp
hunt.time.LocalDateTime.LocalDateTime getTimestamp()
Undocumented in source.
- getFloat
Float getFloat()
Undocumented in source.
- getDouble
Double getDouble()
Undocumented in source.
- getDecimal32
Decimal32 getDecimal32()
Undocumented in source.
- getDecimal64
Decimal64 getDecimal64()
Undocumented in source.
- getDecimal128
Decimal128 getDecimal128()
Undocumented in source.
- getUUID
UUID getUUID()
Undocumented in source.
- getBinary
Binary getBinary()
Undocumented in source.
- getString
String getString()
Undocumented in source.
- getSymbol
Symbol getSymbol()
Undocumented in source.
- getObject
Object getObject()
Undocumented in source.
- getJavaMap
Map!(Object, Object) getJavaMap()
Undocumented in source.
- getJavaList
List!(Object) getJavaList()
Undocumented in source.
- getJavaArray
List!(Object) getJavaArray()
Undocumented in source.
- getDescribedType
DescribedType getDescribedType()
Undocumented in source.
- format
string format()
Undocumented in source.