Skip to content

Std stream filestream write

std:std.stream.FileStream.Write

Method Write:Int( buf:Void Ptr,count:Int )#
Method Write:Int( data:DataBuffer,offset:Int,count:Int )#

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.