DotLucene 1.4 API Documentation

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 |