Skip to content
Snippets Groups Projects
user avatar
Michael Davis authored
XrdSsi requires that we return data to it as a char* with a size, but
this is not a convenient object for us to fill with data. By creating a
streambuf/ostream wrapper around a char[] buffer we can give XrdSsi what
it needs and use the more convenient stream operators in our own code.

The classes used in this buffer implementation should be moved into the
generic code when I have got the whole thing working.
aa1da26d
History
Name Last commit Last update