Constructor BurstableMemoryBinaryReader BurstableMemoryBinaryReader(byte*, long) 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. long length The length of the data to read.