All Classes |Grouped Classes |Index

Class CL_Base64Encoder

Base64 encoder class. More...

Derived from:

None

Derived by:

None

Group:

Math (Core)

#include <ClanLib/core.h>

Class Members:

Construction:

CL_Base64Encoder

Constructs a base64 encoder.


Attributes:

get_result

Returns the data in encoded form.


Operations:

reset

Resets the encoder.

feed

Feeds the encoder with more data.

finalize

Ends the base64 encoding.

encode

Base64 encodes data and returns it as an 8 bit string.