RwSkipStreamChunk(RwStream *stream);
Description
Skips a chunks contents.
Arguments
stream Stream being read from.
Return Value
TRUE on success, FALSE otherwise.
Comments
This function should be called after it has been determined that the chunk type is not required (using the RwReadStreamChunkType). Not calling this function after the chunk type has been read will cause unpredictable results.
See Also