DotLucene 1.4 API Documentation

OutputStream.Seek Method 

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

public virtual void Seek(
   long pos
);

See Also

OutputStream Class | Lucene.Net.Store Namespace |