Tagged Questions
0
votes
1answer
107 views
Stream design in c sharp
What would be the best way to design a packing / converting stream proxy in C#?
Suppose, I have some input stream and I wish to make something similiar to boost::iostreams does.
So, for example, I ...
4
votes
2answers
2k views
Using boost::iostreams::tee_device?
Can someone help me?
I am trying to do something like the following:
#include <boost/iostreams/tee.hpp>
#include <boost/iostreams/stream.hpp>
#include <sstream>
#include ...