GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
static Bool_t ADF::BufferIO::Copy ( const BufferIO from,
BufferIO to,
UInt_t  size,
UInt_t  off_from = 0u 
)
inlinestaticinherited

copy from a buffer to another one

Conventions: copy n bytes from the first buffer (from offset off_from) to the second one (current position).
Returns false if something goes wrong.

No Expand called, the user must do it himself. The offset in the destination buffer is moved to the new position.

Definition at line 172 of file BufferIO.h.