The maximum number of bytes to read at once from the underlying file during {@link IndexInput#readBytes}.

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

Syntax

C#
public int GetReadChunkSize()
Visual Basic
Public Function GetReadChunkSize As Integer
Visual C++
public:
int GetReadChunkSize()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Store.FSDirectory.GetReadChunkSize"]

See Also