#include <wvencoder.h>
Inheritance diagram for WvEncoder:
Public Methods | |
WvEncoder () | |
virtual | ~WvEncoder () |
virtual bool | isok () const |
void | encode (const void *in, size_t insize, bool flush) |
void | flush () |
WvEncoder () | |
virtual | ~WvEncoder () |
virtual bool | isok () const |
void | encode (const void *in, size_t insize, bool flush) |
void | flush () |
Public Attributes | |
WvBuffer | outbuf |
Protected Methods | |
virtual size_t | do_encode (const unsigned char *in, size_t insize, bool flush)=0 |
virtual size_t | do_encode (const unsigned char *in, size_t insize, bool flush)=0 |
|
Definition at line 9 of file wvencoder.cc. |
|
Definition at line 15 of file wvencoder.cc. |
|
|
|
|
|
Implemented in WvGzip. |
|
Implemented in WvGzip. Referenced by encode. |
|
|
|
Definition at line 28 of file wvencoder.cc. References do_encode, and flush. Referenced by flush. |
|
Definition at line 25 of file utils/wvencoder.h. References encode. |
|
Definition at line 25 of file include/wvencoder.h. References encode. Referenced by WvGzip::do_encode, and encode. |
|
Reimplemented in WvGzip. |
|
Reimplemented in WvGzip. Definition at line 21 of file wvencoder.cc. |
|
Definition at line 28 of file utils/wvencoder.h. Referenced by WvGzip::do_encode. |