Constructor MemoryBinaryReader
MemoryBinaryReader(Byte*, Int64)
Initializes and returns an instance of MemoryBinaryReader.
Declaration
public MemoryBinaryReader(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. |