Interface BinaryReader
An interface that reads primitive types from a binary buffer.
Namespace: Unity.Entities.Serialization
Assembly: solution.dll
Syntax
public interface BinaryReader
Properties
Name | Description |
---|---|
Position | Gets or sets the current read position of the BinaryReader. |
Methods
Name | Description |
---|---|
ReadBytes(void*, int) | Reads the specified number of bytes. |