Apache Lucene.Net 2.4.0 Class Library API

BufferedIndexInput Constructor

Initializes a new instance of the BufferedIndexInput class.

Overload List

Initializes a new instance of the BufferedIndexInput class.

public BufferedIndexInput();

Inits BufferedIndexInput with a specific bufferSize

public BufferedIndexInput(int);

See Also

BufferedIndexInput Class | Lucene.Net.Store Namespace