RenderWare V2.1

Previous Page Index Next Page

RwBool

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

RwOpenStream()

RwCloseStream()

RwReadStreamInt()

RwReadStreamReal()

RwWriteStream()

RwWriteStreamInt()

RwWriteStreamReal()

RwSeekStream()