10 #include "wvencoder.h"
23 ATBIT0, ATBIT2, ATBIT4
52 ATBIT0, ATBIT2, ATBIT4, ATBIT6, PAD
67 #endif // __WVBASE64_H
WvBase64Decoder()
Creates a base 64 decoder.
virtual bool _encode(WvBuf &in, WvBuf &out, bool flush)
Template method implementation of encode().
virtual bool _reset()
Template method implementation of reset().
WvBase64Encoder()
Creates a base 64 encoder.
virtual bool _encode(WvBuf &in, WvBuf &out, bool flush)
Template method implementation of encode().
Specialization of WvBufBase for unsigned char type buffers intended for use with raw memory buffers.
virtual bool _reset()
Template method implementation of reset().
virtual bool _finish(WvBuf &out)
Template method implementation of finish().
bool flush(WvBuf &inbuf, WvBuf &outbuf, bool finish=false)
Flushes the encoder and optionally finishes it.