BufferedFile::Read

BufferedFile::Read
virtual SF_EXPORT int Read(UByte * pbufer, int numBytes);
Description

Read reads data from the buffered file.

Parameters
Parameters 
Description 
UByte * pbufer 
Pointer to the buffered file. 
int numBytes 
Number of bytes to read. 
Return Value

An int value containing the number of bytes read.

See Also