buf.replace
Replacing data. The method replaces binary data in an object.
method buf buf.replace (
uint offset,
uint size,
buf value
)
uint offset,
uint size,
buf value
)
Parameters
offset | The offset of the data being replaced. |
size | The size of the data being replaced. |
value | The buf object with new data. |
Return value
Returns the object which method has been called.
Related links | Source |