Lucene.Net 1.4.3 Class Library

CompoundFileReader.CSInputStream.SeekInternal Method 

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

public override void SeekInternal(
   long pos
);

See Also

CompoundFileReader.CSInputStream Class | Lucene.Net.Index Namespace | #ReadInternal