Initializes a new instance of the FSDirectory..::..FSIndexInput class

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

Syntax

C#
[ObsoleteAttribute]
public FSIndexInput(
	FileInfo path,
	int bufferSize
)
Visual Basic
<ObsoleteAttribute> _
Public Sub New ( _
	path As FileInfo, _
	bufferSize As Integer _
)
Visual C++
[ObsoleteAttribute]
public:
FSIndexInput(
	FileInfo^ path, 
	int bufferSize
)

Parameters

path
Type: System.IO..::..FileInfo

[Missing <param name="path"/> documentation for "M:Lucene.Net.Store.FSDirectory.FSIndexInput.#ctor(System.IO.FileInfo,System.Int32)"]

bufferSize
Type: System..::..Int32

[Missing <param name="bufferSize"/> documentation for "M:Lucene.Net.Store.FSDirectory.FSIndexInput.#ctor(System.IO.FileInfo,System.Int32)"]

See Also