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

Namespace: Lucene.Net.Store
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public virtual void WriteVInt(
	int i
)
Visual Basic
Public Overridable Sub WriteVInt ( _
	i As Integer _
)
Visual C++
public:
virtual void WriteVInt(
	int i
)

Parameters

i
Type: System..::..Int32

[Missing <param name="i"/> documentation for "M:Lucene.Net.Store.IndexOutput.WriteVInt(System.Int32)"]

See Also