ReaderArena

Undocumented in source.

Constructors

this
this(ByteBuffer[] segmentSlices, long traversalLimitInWords)
Undocumented in source.

Members

Functions

checkReadLimit
void checkReadLimit(int numBytes)
Undocumented in source. Be warned that the author may not have intended to support it.
tryGetSegment
SegmentReader* tryGetSegment(int id)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

limit
long limit;
Undocumented in source.
segments
Appender!(SegmentReader[]) segments;
Undocumented in source.

Inherited Members

From Arena

tryGetSegment
SegmentReader* tryGetSegment(int id)
Undocumented in source.
checkReadLimit
void checkReadLimit(int numBytes)
Undocumented in source.

Meta