SpanMemoryReader Struct
Definition
IMemoryReader that wraps a ReadOnlySpan<T>. Will wrap around if the array has 65,536 elements.
public sealed struct SpanMemoryReader : IMemoryReader
Constructors
| Name | Description |
|---|---|
SpanMemoryReader(ReadOnlySpan<Byte>, UInt16) |
IMemoryReader that wraps a ReadOnlySpan<T>. Will wrap around if the array has 65,536 elements. |
Methods
| Name | Description |
|---|---|
ReadNext() |