Return the last read position relative to when reset was called. Note that readOffset() >= currentPosition() ‐‐ the readOffset is the offset of the last octet read from the stream supplied to reset, and is at or beyond the current position being tokenized.

Synopsis

Declared in <bdljsn_tokenizer.h>

bsls::Types::Uint64
readOffset() const;

Created with MrDocs