Method WriteBytes
WriteBytes(NativeArray<byte>)
Copy NativeArray of bytes into the writers data buffer.
Declaration
public bool WriteBytes(NativeArray<byte> value)
Parameters
| Type | Name | Description |
|---|---|---|
| NativeArray<byte> | value | Source byte array |
Returns
| Type | Description |
|---|---|
| bool | Whether the write was successful |