Creates an IndexInput for the file with the given name. In 3.0 this method will become abstract.

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

Syntax

C#
public override IndexInput OpenInput(
	string name,
	int bufferSize
)
Visual Basic
Public Overrides Function OpenInput ( _
	name As String, _
	bufferSize As Integer _
) As IndexInput
Visual C++
public:
virtual IndexInput^ OpenInput(
	String^ name, 
	int bufferSize
) override

Parameters

name
Type: System..::..String

[Missing <param name="name"/> documentation for "M:Lucene.Net.Store.FSDirectory.OpenInput(System.String,System.Int32)"]

bufferSize
Type: System..::..Int32

[Missing <param name="bufferSize"/> documentation for "M:Lucene.Net.Store.FSDirectory.OpenInput(System.String,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Store.FSDirectory.OpenInput(System.String,System.Int32)"]

See Also