SpanReader<T>
Represents simple memory reader backed by ReadOnlySpan<T>.
Gets the number of consumed elements.
Gets the span over consumed elements.
Gets the element at the current position in the
underlying memory block.
Gets the number of unread elements.
Gets the remaining part of the span.
Gets underlying span.
Initializes a new memory reader.
Initializes a new memory reader.
Advances the position of this reader.
Copies elements from the underlying span.
Reads single element from the underlying span.
Reads the portion of data from the underlying span.
Reads the rest of the memory block.
Sets reader position to the first element.
Moves the reader back the specified number of items.
Copies elements from the underlying span.
Reads the portion of data from the underlying span.
Reads single element from the underlying span.