append_region
Description:
Appends size
bytes at offset
from buf2
to this.
The result buffer will contain a concatenation of the memory of this and the requested region of buf2
.
Parameters:
this |
the first source Buffer to append. |
buf2 |
the second source Buffer to append. |
offset |
the offset in |
size |
the size or -1 of |
Returns:
the new Buffer that contains the memory of the two source buffers. |