C# 클래스 Lucene.Net.Index.TestByteSlices.ByteBlockAllocator

상속: Lucene.Net.Index.ByteBlockPool.Allocator
파일 보기 프로젝트 열기: synhershko/lucene.net

공개 메소드들

메소드 설명
GetByteBlock ( bool trackAllocations ) : byte[]
RecycleByteBlocks ( System blocks ) : void
RecycleByteBlocks ( byte blocks, int start, int end ) : void

메소드 상세

GetByteBlock() 공개 메소드

public GetByteBlock ( bool trackAllocations ) : byte[]
trackAllocations bool
리턴 byte[]

RecycleByteBlocks() 공개 메소드

public RecycleByteBlocks ( System blocks ) : void
blocks System
리턴 void

RecycleByteBlocks() 공개 메소드

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