Initializes a new instance of the SimpleFSDirectory..::..SimpleFSIndexInput class
Namespace: Lucene.Net.StoreAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public SimpleFSIndexInput( FileInfo path, int bufferSize, int chunkSize ) |
Visual Basic |
---|
Public Sub New ( _ path As FileInfo, _ bufferSize As Integer, _ chunkSize As Integer _ ) |
Visual C++ |
---|
public: SimpleFSIndexInput( FileInfo^ path, int bufferSize, int chunkSize ) |
Parameters
- path
- Type: System.IO..::..FileInfo
[Missing <param name="path"/> documentation for "M:Lucene.Net.Store.SimpleFSDirectory.SimpleFSIndexInput.#ctor(System.IO.FileInfo,System.Int32,System.Int32)"]
- bufferSize
- Type: System..::..Int32
[Missing <param name="bufferSize"/> documentation for "M:Lucene.Net.Store.SimpleFSDirectory.SimpleFSIndexInput.#ctor(System.IO.FileInfo,System.Int32,System.Int32)"]
- chunkSize
- Type: System..::..Int32
[Missing <param name="chunkSize"/> documentation for "M:Lucene.Net.Store.SimpleFSDirectory.SimpleFSIndexInput.#ctor(System.IO.FileInfo,System.Int32,System.Int32)"]