![]() |
XRootD
|
#include <XrdSsiStream.hh>
Public Member Functions | |
Buffer (char *dp=0) | |
More... | |
virtual | ~Buffer () |
virtual void | Recycle ()=0 |
Public Attributes | |
char * | data |
More... | |
Buffer * | next |
More... | |
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 |
For chaining by buffer receiver
Definition at line 71 of file XrdSsiStream.hh.
|
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.
Buffer* XrdSsiStream::Buffer::next |
-> Buffer containing the data
Definition at line 69 of file XrdSsiStream.hh.