Lucene.Net 1.4.3 Class Library

InputStream.ReadVInt Method 

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

public int ReadVInt();

See Also

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