Method ReadBytes
ReadBytes(BinaryReader, NativeArray<Byte>, Int32, Int32)
Declaration
public static void ReadBytes(this BinaryReader writer, NativeArray<byte> elements, int count, int offset = 0)
Parameters
Type | Name | Description |
---|---|---|
BinaryReader | writer | |
NativeArray<Byte> | elements | |
Int32 | count | |
Int32 | offset |