Class PackedInt32s.Writer
A write-once Writer.
@lucene.internal
Inheritance
System.Object
PackedInt32s.Writer
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class Writer : object
Constructors
Name | Description |
---|---|
Writer(DataOutput, Int32, Int32) |
Fields
Name | Description |
---|---|
m_bitsPerValue | |
m_out | |
m_valueCount |
Properties
Name | Description |
---|---|
BitsPerValue | The number of bits per value. |
Format | The format used to serialize values. |
Ord | Returns the current ord in the stream (number of values that have been written so far minus one). |
Methods
Name | Description |
---|---|
Add(Int64) | Add a value to the stream. |
Finish() | Perform end-of-stream operations. |