DotLucene 1.4 API Documentation

InputStream.ReadVLong Method 

Reads a long stored in variable-length format. Reads between one and nine bytes. Smaller values take fewer bytes. Negative numbers are not supported.

public long ReadVLong();

See Also

InputStream Class | Lucene.Net.Store Namespace