Apache Lucene.Net 2.1 Class Library API

IndexOutput.WriteVLong Method 

Writes an long in a variable-length format. Writes between one and five bytes. Smaller values take fewer bytes. Negative numbers are not supported.

public virtual void WriteVLong(
   long i
);

See Also

IndexOutput Class | Lucene.Net.Store Namespace |