Apache Lucene.Net 2.4.0 Class Library API

IndexOutput.WriteVInt Method 

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

public virtual void WriteVInt(
   int i
);

See Also

IndexOutput Class | Lucene.Net.Store Namespace |