Class PackedInt32s.Header
Header identifying the structure of a packed integer array.
Inheritance
System.Object
PackedInt32s.Header
Namespace: Lucene.Net.Util.Packed
Assembly: Lucene.Net.dll
Syntax
public class Header : object
Constructors
| Improve this Doc View SourceHeader(PackedInt32s.Format, Int32, Int32, Int32)
Declaration
public Header(PackedInt32s.Format format, int valueCount, int bitsPerValue, int version)
Parameters
Type | Name | Description |
---|---|---|
PackedInt32s.Format | format | |
System.Int32 | valueCount | |
System.Int32 | bitsPerValue | |
System.Int32 | version |