API Reference > Classes > PRC Entities Input/output Operations for Entities > OdPrcFiler Class > OdPrcFiler Methods > OdPrcFiler::seek Method
OdPrcFiler::seek Method
Syntax
C++
virtual OdUInt64 seek(OdInt64 offset, OdDb::FilerSeekType seekType) = 0;
Parameters 
Description 
OdInt64 offset 
[in] A new position offset for the file pointer (in bytes).  
OdDb::FilerSeekType seekType 
[in] A seek type identifier.
 

Moves the file pointer to the specified location in the filer. 

 

The default implementation of this function does nothing but throw an exception.

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.