Apache Lucene.Net 2.4.0 Class Library API

IndexInput.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 virtual int ReadVInt();

See Also

IndexInput Class | Lucene.Net.Store Namespace |