hunt-proton ~master (2021-07-16T03:06:07Z)
Home
Dub
Repo
Fixed16SizeConstructor
hunt
proton
codec
impl
DataDecoder
Undocumented in source.
abstract
class
Fixed16SizeConstructor :
TypeConstructor
{
int
size
(ByteBuffer b);
}
Members
Functions
size
int
size
(ByteBuffer b)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From TypeConstructor
getType
Data
.
DataType
getType
()
Undocumented in source.
size
int
size
(ByteBuffer b)
Undocumented in source.
parse
void
parse
(ByteBuffer b, Data data)
Undocumented in source.
Meta
Source
See Implementation
hunt
proton
codec
impl
DataDecoder
classes
ArrayConstructor
BinaryConstructor
BooleanConstructor
ByteConstructor
CharConstructor
DataDecoder
Decimal128Constructor
Decimal32Constructor
Decimal64Constructor
DescribedTypeConstructor
DoubleConstructor
EmptyListConstructor
FalseConstructor
Fixed0SizeConstructor
Fixed16SizeConstructor
Fixed1SizeConstructor
Fixed2SizeConstructor
Fixed4SizeConstructor
Fixed8SizeConstructor
FloatConstructor
IntConstructor
ListConstructor
LongConstructor
MapConstructor
NullConstructor
ShortConstructor
SmallArrayConstructor
SmallBinaryConstructor
SmallIntConstructor
SmallListConstructor
SmallLongConstructor
SmallMapConstructor
SmallStringConstructor
SmallSymbolConstructor
SmallUIntConstructor
SmallULongConstructor
SmallVariableConstructor
StringConstructor
SymbolConstructor
TimestampConstructor
TrueConstructor
UByteConstructor
UInt0Constructor
UIntConstructor
ULong0Constructor
ULongConstructor
UShortConstructor
UUIDConstructor
VariableConstructor
interfaces
TypeConstructor