ArrayMemoryReader Struct
Definition
IMemoryReader that wraps an array. No bounds checks are done! Will wrap around if the array has 65,536 elements.
public sealed struct ArrayMemoryReader : IMemoryReader
Constructors
| Name | Description |
|---|---|
ArrayMemoryReader(Byte[], UInt16) |
IMemoryReader that wraps an array. No bounds checks are done! Will wrap around if the array has 65,536 elements. |
Methods
| Name | Description |
|---|---|
ReadNext() |