GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Buffer * Buffer::New ( Memory::EEndian  e,
UInt_t  s = 32 * KBYTE 
)
staticinherited

copy n bytes from one buffer to another one

Conventions: copy from the first buffer (current position) to the second one n bytes.
if the destination buffer is to return the right buffer taking Int_to account the endian argument compared to the underlying endian system type.

Definition at line 68 of file Buffer.cpp.