Apache Lucene.Net 2.4.0 Class Library API

IndexInput.GetFilePointer Method 

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

public abstract long GetFilePointer();

See Also

IndexInput Class | Lucene.Net.Store Namespace |