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

Inheritance: Lucene.Net.Index.ByteBlockPool.Allocator
Afficher le fichier Open project: synhershko/lucene.net

Méthodes publiques

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

Method Details

GetByteBlock() public méthode

public GetByteBlock ( bool trackAllocations ) : byte[]
trackAllocations bool
Résultat byte[]

RecycleByteBlocks() public méthode

public RecycleByteBlocks ( System blocks ) : void
blocks System
Résultat void

RecycleByteBlocks() public méthode

public RecycleByteBlocks ( byte blocks, int start, int end ) : void
blocks byte
start int
end int
Résultat void