![]() |
XRootD
|
#include <XrdSsiStream.hh>
Public Member Functions | |
Buffer (char *dp=0) | |
virtual | ~Buffer () |
virtual void | Recycle ()=0 |
Public Attributes | |
char * | data |
Buffer * | next |
The Buffer object is returned by active streams as they supply the buffer holding the requested data. Once the buffer is no longer needed it must be recycled by calling Recycle().
Definition at line 63 of file XrdSsiStream.hh.
|
inline |
|
inlinevirtual |
Definition at line 72 of file XrdSsiStream.hh.
|
pure virtual |
char* XrdSsiStream::Buffer::data |
Call to recycle the buffer when finished
Definition at line 68 of file XrdSsiStream.hh.
Referenced by Buffer().
Buffer* XrdSsiStream::Buffer::next |
-> Buffer containing the data
Definition at line 69 of file XrdSsiStream.hh.
Referenced by Buffer().