DotLucene 1.4 API Documentation

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 |