7 #ifndef __WVTYPEDENCODER_H
8 #define __WVTYPEDENCODER_H
10 #include "wvencoder.h"
11 #include "wvbufbase.h"
32 template<
class IT,
class OT,
class S = WvEncoder>
96 virtual bool _typedencode(IBuffer &inbuf, OBuffer &outbuf,
129 template<
class IT,
class S>
134 typedef unsigned char OType;
177 virtual bool _typedencode(IBuffer &inbuf, OBuffer &outbuf,
211 typedef unsigned char IType;
212 typedef unsigned char OType;
247 #endif // __WVTYPEDENCODER