C# Class Lucene.Net.Index.TestByteSlices.ByteBlockAllocator

Inheritance: Lucene.Net.Index.ByteBlockPool.Allocator
Datei anzeigen Open project: synhershko/lucene.net

Public Methods

Method Description
GetByteBlock ( bool trackAllocations ) : byte[]
RecycleByteBlocks ( System blocks ) : void
RecycleByteBlocks ( byte blocks, int start, int end ) : void

Method Details

GetByteBlock() public method

public GetByteBlock ( bool trackAllocations ) : byte[]
trackAllocations bool
return byte[]

RecycleByteBlocks() public method

public RecycleByteBlocks ( System blocks ) : void
blocks System
return void

RecycleByteBlocks() public method

public RecycleByteBlocks ( byte blocks, int start, int end ) : void
blocks byte
start int
end int
return void