1 #ifndef __XRDSSISTREAM_HH__
2 #define __XRDSSISTREAM_HH__
94 {eRef.
Set(
"Not an active stream", EOPNOTSUPP);
return 0;}
113 {eRef.
Set(
"Not a passive stream", EOPNOTSUPP);
return false;}
132 {eRef.
Set(
"Not a passive stream", EOPNOTSUPP);
return 0;}
void Set(const char *eMsg=0, int eNum=0, int eArg=0)
Buffer(char *dp=0)
For chaining by buffer receiver
Buffer * next
-> Buffer containing the data
char * data
Call to recycle the buffer when finished
virtual int SetBuff(XrdSsiErrInfo &eRef, char *buff, int blen, bool &last)
virtual bool SetBuff(XrdSsiErrInfo &eRef, char *buff, int blen)
virtual Buffer * GetBuff(XrdSsiErrInfo &eRef, int &dlen, bool &last)
XrdSsiStream(StreamType stype)