C# 클래스 Lucene.Net.Util.BytesRefHash.BytesStartArray

Manages allocation of the per-term addresses.
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
BytesUsed ( ) : Lucene.Net.Util.Counter

A Counter reference holding the number of bytes used by this BytesStartArray. The BytesRefHash uses this reference to track it memory usage

Clear ( ) : int[]

clears the BytesStartArray and returns the cleared instance.

Grow ( ) : int[]

Grows the BytesStartArray

Init ( ) : int[]

Initializes the BytesStartArray. this call will allocate memory

메소드 상세

BytesUsed() 공개 추상적인 메소드

A Counter reference holding the number of bytes used by this BytesStartArray. The BytesRefHash uses this reference to track it memory usage
public abstract BytesUsed ( ) : Lucene.Net.Util.Counter
리턴 Lucene.Net.Util.Counter

Clear() 공개 추상적인 메소드

clears the BytesStartArray and returns the cleared instance.
public abstract Clear ( ) : int[]
리턴 int[]

Grow() 공개 추상적인 메소드

Grows the BytesStartArray
public abstract Grow ( ) : int[]
리턴 int[]

Init() 공개 추상적인 메소드

Initializes the BytesStartArray. this call will allocate memory
public abstract Init ( ) : int[]
리턴 int[]