Decoder< T > Class Template Reference

Decoder for a specific type T. More...

Inheritance diagram for Decoder< T >:
DecoderBase

Detailed Description

template<class T>
class OpenViBETracker::Decoder< T >

Decoder for a specific type T.

The constructor is passed a stream to decode to. The decode() call pushes chunks to that stream.

Author
J. T. Lindgren