Skip to content

nstream Tutorial

novalexei edited this page Oct 19, 2017 · 6 revisions

nova::stream Tutorial

Writing C++ input/output streams with nova::stream is as easy as writing your own sink or source class with simple interface and providing it as a template argument to stream. The idea is very similar to the one in boost::iostreams. If you're already familiar with boost::iostreams and want to know why I wrote nova::stream and how is it different, see "Why new stream library" section.

Appendices: