C# Класс Lucene.Net.Util.BytesRefHash.BytesStartArray

Manages allocation of the per-term addresses.
Показать файл Открыть проект

Открытые методы

Метод Описание
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[]