open fun appendInt(i: Int): Buffer
Appends the specified int to the end of the Buffer. The buffer will expand as necessary to accommodate any bytes written.
int
Returns a reference to this so multiple operations can be appended together.
this
i -
i
Return