10 #include "wvencoder.h" 23 ATBIT0, ATBIT2, ATBIT4
52 ATBIT0, ATBIT2, ATBIT4, ATBIT6, PAD
67 #endif // __WVBASE64_H bool flush(WvBuf &inbuf, WvBuf &outbuf, bool finish=false)
Flushes the encoder and optionally finishes it.
virtual bool _reset()
Template method implementation of reset().
WvBase64Encoder()
Creates a base 64 encoder.
virtual bool _finish(WvBuf &out)
Template method implementation of finish().
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...