ListReader

Undocumented in source.

Constructors

this
this(SegmentReader* segment, int ptr, int elementCount, int step, int structDataSize, short structPointerCount, int nestingLimit)
Undocumented in source.

Members

Functions

_getBooleanElement
bool _getBooleanElement(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
_getByteElement
byte _getByteElement(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
_getDoubleElement
double _getDoubleElement(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
_getFloatElement
float _getFloatElement(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
_getIntElement
int _getIntElement(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
_getLongElement
long _getLongElement(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
_getPointerElement
T.Reader _getPointerElement(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
_getPointerElement
T.Reader _getPointerElement(size_t index, ByteBuffer defaultBuffer, int defaultOffset, int defaultSize)
Undocumented in source. Be warned that the author may not have intended to support it.
_getShortElement
short _getShortElement(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
_getStructElement
T.Reader _getStructElement(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

elementCount
int elementCount;
Undocumented in source.
nestingLimit
int nestingLimit;
Undocumented in source.
ptr
int ptr;
Undocumented in source.
segment
SegmentReader* segment;
Undocumented in source.
step
int step;
Undocumented in source.
structDataSize
int structDataSize;
Undocumented in source.
structPointerCount
short structPointerCount;
Undocumented in source.

Meta