This implements an istream based wrapper around an LLBufferArray. More...
#include <llbufferstream.h>
This implements an istream based wrapper around an LLBufferArray.
This class does not own the buffer array, and does not hold a shared pointer to it. Since the class itself is fairly ligthweight, just make one on the stack when needed and let it fall out of scope.