Apache Lucene.Net 2.4.0 Class Library API

CompoundFileReader.CSIndexInput.SeekInternal Method 

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

protected internal override void SeekInternal(
   long pos
);

See Also

CompoundFileReader.CSIndexInput Class | Lucene.Net.Index Namespace |