dbp::codec::encoder Class Reference

Data encoder interface. More...

#include <codec.h>

Inheritance diagram for dbp::codec::encoder:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~encoder ()
 Destructor.
virtual void encode (std::istream &in, std::ostream &out)=0
 Encode data.

Detailed Description

Data encoder interface.

This class is an interface to the data encoders.


Member Function Documentation

virtual void dbp::codec::encoder::encode ( std::istream &  in,
std::ostream &  out 
) [pure virtual]

Encode data.

Encodes data from the input stream and puts the encoded data to the output stream.


The documentation for this class was generated from the following file:

 
Support This Project
SourceForge.net Logo