BloombergLP::bdljsn::Tokenizer::readOffset

Return the last read position relative to when reset was called.

Synopsis

Declared in <bdljsn_tokenizer.h>

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

Description

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.

Return Value

the last read offset relative to when reset was called