std:std.stream.FileStream.Write
Writes data to the filestream.
Writing past the end of the file will increase the length of a filestream.
Parameters | |
---|---|
buf |
buf A pointer to the memory to write the data from. |
count |
count The number of bytes to write. |