std.stream.FileStream.Write - nitrologic/monkey2 GitHub Wiki

std::std.stream.std.stream.FileStream.Write

Method Write:monkey:monkey.types.Int( buf:Void Ptr,count:monkey:monkey.types.Int )
Method Write:monkey:monkey.types.Int( data:std:std.memory.DataBuffer,offset:monkey:monkey.types.Int,count:monkey:monkey.types.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.