Initializes a new instance of the SimpleFSDirectory..::..SimpleFSIndexInput class

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

Syntax

C#
[ObsoleteAttribute("Please use ctor taking chunkSize ")]
public SimpleFSIndexInput(
	FileInfo path,
	int bufferSize
)
Visual Basic
<ObsoleteAttribute("Please use ctor taking chunkSize ")> _
Public Sub New ( _
	path As FileInfo, _
	bufferSize As Integer _
)
Visual C++
[ObsoleteAttribute(L"Please use ctor taking chunkSize ")]
public:
SimpleFSIndexInput(
	FileInfo^ path, 
	int bufferSize
)

Parameters

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

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

bufferSize
Type: System..::..Int32

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

See Also