Method WriteVInt
WriteVInt(Int32)
Writes an int in a variable-length format. Writes between one and five bytes. Smaller values take fewer bytes. Negative numbers are not supported.
Declaration
public virtual void WriteVInt(int i)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i |
See Also
ReadVInt()