Method Create
Create(byte*, int)
Initializes a new instance of the DataStreamWriter struct with externally owned memory
Declaration
public static DataStreamWriter Create(byte* data, int length)
Parameters
| Type | Name | Description |
|---|---|---|
| byte* | data | Pointer to the data |
| int | length | Length of the data |
Returns
| Type | Description |
|---|---|
| DataStreamWriter | A new instance of the DataStreamWriter |