A generic object for reading inputs from a stream. More...
#include <InputStreamer.hh>
A generic object for reading inputs from a stream.
Serves as a base class, so that avro parser objects can read from 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.