[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
sets the read/write pointer in the file using block mode
Namespace: Db4objects.Db4o.IO
Assembly:
Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Sub BlockSeek ( _
address As Integer, _
offset As Integer _
) |
C# |
---|
public virtual void BlockSeek (
int address,
int offset
) |
Visual C++ |
---|
public:
virtual void BlockSeek (
int address,
int offset
) |
Parameters
- address
- System.Int32
- offset
- System.Int32