Lucene.Net 1.4.3 Class Library

OutputStream.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 void WriteVInt(
   int i
);

See Also

OutputStream Class | Lucene.Net.Store Namespace | InputStream#ReadVInt