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

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public override void SeekInternal(
	long pos
)
Visual Basic
Public Overrides Sub SeekInternal ( _
	pos As Long _
)
Visual C++
public:
virtual void SeekInternal(
	long long pos
) override

Parameters

pos
Type: System..::..Int64

[Missing <param name="pos"/> documentation for "M:Lucene.Net.Index.CompoundFileReader.CSIndexInput.SeekInternal(System.Int64)"]

See Also