Returns the 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 long GetFilePointer() |
Visual Basic |
---|
Public MustOverride Function GetFilePointer As Long |
Visual C++ |
---|
public: virtual long long GetFilePointer() abstract |
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Store.IndexOutput.GetFilePointer"]