Lucene.Net 1.4.3 Class Library

InputStream.SeekInternal Method 

Expert: implements seek. Sets current position in this file, where the next {@link #ReadInternal(byte[],int,int)} will occur.

public abstract void SeekInternal(
   long pos
);

See Also

InputStream Class | Lucene.Net.Store Namespace | #ReadInternal