Closed
Description
I'm appending to a target, this is the target's offset right? So if my target has 10 bytes then I'm appending at offset 5-1 then I would be overwriting the last five bytes? In that case, maybe it should say any contents at and after the specified offset ...
. I think the audience may relate to buffers as lines on a page and would read them left to right.
ByteBuffer#appendTo(target, offset=)
Appends this ByteBuffer's contents to another ByteBuffer. This will overwrite
any contents behind the specified offset up to the length of this ByteBuffer's data.
Metadata
Metadata
Assignees
Labels
No labels