ReadSpan
- Namespace
- Rowles.LeanCorpus.Store
- Assembly
- Rowles.LeanCorpus.dll
Methods
ReadSpan(int)
Returns a stable read-only span containing bytes from the current position. Advances the position by
countbytes. The returned data remains valid after this input is disposed.
ReadSpan(int, scoped ref long)
Stateless variant of ReadSpan(int) using a caller-supplied cursor.