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 
)
inlinestaticinherited

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.