Returns the current position in this file, where the next write will occur.

Namespace: Lucene.Net.Store
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public override long GetFilePointer()
Visual Basic
Public Overrides Function GetFilePointer As Long
Visual C++
public:
virtual long long GetFilePointer() override

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Store.BufferedIndexOutput.GetFilePointer"]

See Also