posStartNextStreamChunk property

int? posStartNextStreamChunk
getter/setter pair

Position up to which we've successfully parsed. This is where we should continue parsing with the next chunk of data from a stream, if the current chunk contained incomplete data to define a point.

Implementation

int? posStartNextStreamChunk;