Class BytesRefHash.BytesStartArray
Manages allocation of the per-term addresses.
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.dll
Syntax
public abstract class BytesStartArray : object
Methods
| Improve this Doc View SourceBytesUsed()
A Counter reference holding the number of bytes used by this
Bytes
Declaration
public abstract Counter BytesUsed()
Returns
Type | Description |
---|---|
Counter | a |
Clear()
Clears the Bytes
Declaration
public abstract int[] Clear()
Returns
Type | Description |
---|---|
System. |
The cleared instance, this might be |
Grow()
Grows the Bytes
Declaration
public abstract int[] Grow()
Returns
Type | Description |
---|---|
System. |
The grown array. |
Init()
Initializes the Bytes
Declaration
public abstract int[] Init()
Returns
Type | Description |
---|---|
System. |
The initialized bytes start array. |