Skip to content

ArrayMemoryReader Constructors

IMemoryReader that wraps an array. No bounds checks are done! Will wrap around if the array has 65,536 elements.

public ArrayMemoryReader(Byte[] memory, ushort startIndex = 0);

View source

Parameters

Name Type Description
memory Byte[]
startIndex UInt16