Data

Undocumented in source.
interface Data {}

Members

Classes

Factory
class Factory
Undocumented in source.

Enums

DataType
enum DataType
Undocumented in source.

Functions

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

Meta