Constructor BurstableMemoryBinaryReader
BurstableMemoryBinaryReader(Byte*, Int64)
Initializes and returns an instance of BurstableMemoryBinaryReader.
Declaration
public BurstableMemoryBinaryReader(byte *content, long length)
Parameters
| Type | Name | Description |
|---|---|---|
| Byte* | content | A pointer to the data to read. |
| Int64 | length | The length of the data to read. |