copy a buffer to another one
Conventions: copy n bytes from the first buffer (from the beginning) to the second one (current position).
Returns false if the destination buffer is to small. No Expand called, the user must do it himselfcopy a buffer to another one
Conventions: copy all bytes from the first buffer (from the beginning) to the second one (current position).
Returns false if the destination buffer is to small. No Expand called, the user must do it himself
Definition at line 204 of file BufferIO.h.