GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
UInt_t BufferIO::Import ( FILE *  fd,
UInt_t  size_ext_buf 
)
virtualinherited

Import in the buffer data coming from a C file.

It reads n bytes into a C file added from the current position to the buffer. So if you need to start from the beginning, do SetOffset() before calling this method.

It returns the number of bytes written in the buffer

Definition at line 285 of file BufferIO.cpp.