[#BloombergLP-bdljsn-Tokenizer-readOffset] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/Tokenizer.adoc[Tokenizer]::readOffset :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsls/Types/Uint64.adoc[bsls::Types::Uint64] readOffset() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#