append


Description:

[ Version ( since = "1.5.0" ) ]
public void append (Buffer source, uint start, uint end)

Append (part of) contents of another buffer to this buffer.

Parameters:

source

source Buffer

start

start index into source buffer to copy. Use 0 to copy from start of buffer.

end

end index into source buffer to copy. Use UINT_MAX (or ((unsigned int) -1)) to copy to end of buffer.

buffer

An Buffer