C# Class Lucene.Net.Store.TestHugeRamFile.DenseRAMFile

Fake a huge ram file by using the same byte buffer for all buffers under maxint.
Inheritance: Lucene.Net.Store.RAMFile
显示文件 Open project: apache/lucenenet

Protected Methods

Method Description
NewBuffer ( int size ) : byte[]

Method Details

NewBuffer() protected method

protected NewBuffer ( int size ) : byte[]
size int
return byte[]