RwWriteStream(RwStream *stream, void *buffer, RwUInt32 length);
Description
Writes a block of bytes from a buffer into a stream.
Arguments
stream A currently opened RwWriteStream or rwSTREAMAPPEND stream.
buffer Start of memory to be written.
length Length of memory to be written (in bytes).
Return Value
TRUE on success, else FALSE.
See Also