A generic object for outputing data to a stream. More...
#include <OutputStreamer.hh>
A generic object for outputing data to a stream.
Serves as a base class, so that avro serializer objects can write to different sources (for example, istreams or blocks of memory), but the derived class provides the implementation for the different source.
Right now this class is very bare-bones.