ReadSpan
- Namespace
- Rowles.LeanLucene.Store
- Assembly
- Rowles.LeanLucene.dll
Methods
ReadSpan(int)
Returns a read-only span over the memory-mapped buffer at the current position without allocating. Advances the position by
countbytes. The span is only valid while the IndexInput is not disposed.
ReadSpan(int, ref long)
Stateless variant of ReadSpan(int) using a caller-supplied cursor.