buf.append
Data addition. The method adds data to the object.
method buf buf.append (
uint ptr,
uint size
)
uint ptr,
uint size
)
Parameters
ptr | The pointer to the data to be added. |
size | The size of the data being added. |
Return value
Returns the object which method has been called.
Related links | Source |