RwReadStream(RwStream *stream, void *buffer, RwUInt32 length);
Description
Reads a block of bytes into a buffer from a stream.
Arguments
stream A currently opened RwReadStream stream.
buffer Buffer to be read into.
length Amount of bytes to be read.
Return Value
TRUE on success, else FALSE.
See Also