Lucene.Net 1.4.3 Class Library

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