Sets current position in this file, where the next write will occur.
Namespace: Lucene.Net.StoreAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public abstract void Seek( long pos ) |
Visual Basic |
---|
Public MustOverride Sub Seek ( _ pos As Long _ ) |
Visual C++ |
---|
public: virtual void Seek( long long pos ) abstract |
Parameters
- pos
- Type: System..::..Int64
[Missing <param name="pos"/> documentation for "M:Lucene.Net.Store.IndexOutput.Seek(System.Int64)"]