IOFileFormat.WriteAsync Method
Definition
Writes a file to a IBinaryWriter asynchronously.
protected abstract ValueTask WriteAsync(IOFile file, IBinaryWriter writer);
Parameters
| Name | Type | Description |
|---|---|---|
file |
IOFile |
The file to write. |
writer |
IBinaryWriter |
The IBinaryWriter to write to. |