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

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

Syntax

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

Parameters

pos
Type: System..::..Int64

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

See Also