BufferedFile::Seek

BufferedFile::Seek
virtual SF_EXPORT int Seek(int offset, int origin = Seek_Set);
Description

Seek sets file position indicator in the file.

Parameters
Parameters 
Description 
int offset 
Number of bytes from origin. 
int origin = Seek_Set 
Position from where offset is added. 
Return Value

An int value containing the seek position.

See Also