Class PackedInt32s.NullReader
Inheritance
System.Object
PackedInt32s.NullReader
Assembly: Lucene.Net.dll
Syntax
public sealed class NullReader : PackedInt32s.Reader
Constructors
|
Improve this Doc
View Source
NullReader(Int32)
Declaration
public NullReader(int valueCount)
Parameters
Type |
Name |
Description |
System.Int32 |
valueCount |
|
Properties
|
Improve this Doc
View Source
BitsPerValue
Declaration
public override int BitsPerValue { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
Count
Declaration
public override int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
Methods
|
Improve this Doc
View Source
Get(Int32)
Declaration
public override long Get(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.Int64 |
|
Overrides
|
Improve this Doc
View Source
Get(Int32, Int64[], Int32, Int32)
Declaration
public override int Get(int index, long[] arr, int off, int len)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Int64[] |
arr |
|
System.Int32 |
off |
|
System.Int32 |
len |
|
Returns
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
RamBytesUsed()
Declaration
public override long RamBytesUsed()
Returns
Type |
Description |
System.Int64 |
|
Overrides