IOFile.LoadInto Method
Definition
Loads the file data into the specified memory span.
public virtual void LoadInto(Span<Byte> memory);
Parameters
| Name | Type | Description |
|---|---|---|
memory |
Span<Byte> |
The memory span to load the data into. |
Loads the file data into the specified memory span.
public virtual void LoadInto(Span<Byte> memory);
| Name | Type | Description |
|---|---|---|
memory |
Span<Byte> |
The memory span to load the data into. |