Lucene.Net 1.9.1 Class Library

IndexInput.Seek Method 

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

public abstract void Seek(
   long pos
);

See Also

IndexInput Class | Lucene.Net.Store Namespace |