Base64 encoder class. More...
Derived from: | None |
Derived by: | None |
Group: | Math (Core) |
#include <ClanLib/core.h>
Class Members:
Construction: | |
Constructs a base64 encoder. |
| |
Returns the data in encoded form. |
| |
Resets the encoder. | |
Feeds the encoder with more data. | |
Ends the base64 encoding. | |
Base64 encodes data and returns it as an 8 bit string. |