DotLucene 1.4 API Documentation

InputStream.Seek Method 

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

public void Seek(
   long pos
);

See Also

InputStream Class | Lucene.Net.Store Namespace |