FiberFile.write
size_t write(scope const(ubyte)[] data, ulong offset) @trustedWrite data at the given offset. Yields until the write completes.
Parameters
data | The bytes to write. |
offset | File offset to start writing at. |
Returns
The number of bytes written.
Throws
FiberIoException on write error.