IWriteBuffer.

WriteInt(int) Method

Summary

writes an int to the buffer.

Syntax

void WriteInt(int i)

Remarks

writes an int to the buffer.

Parameters

Name Type Description
i int the int

Return Value

Type Description
void