Std memory datastream write
std:std.memory.DataStream.Write
Method Write:Int( buf:Void Ptr,count:Int )#
Method Write:Int( data:DataBuffer,offset:Int,count:Int )#
Writes data to the datastream.
| Parameters | |
|---|---|
buf |
buf A pointer to the memory to write the data from. |
count |
count The number of bytes to write. |