BufferedFile::LSeek

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

LSeek sets file position indicator in the file.

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

A SInt64 value containing the seek position.

See Also