#include <base64_decoder.h>
Operations | |
| void | reset () |
| Resets the decoder. | |
| void | feed (const void *data, int size, bool append_result=true) |
| Feeds the decoder with base64 encoded data. | |
| static CL_DataBuffer | decode (const void *data, int size) |
| Decode base64 data and return it in a buffer. | |
| static CL_DataBuffer | decode (const CL_StringRef8 &data) |
| Decode. | |
| static CL_DataBuffer | decode (const CL_DataBuffer &data) |
| Decode. | |
Public Member Functions | |
Construction | |
| CL_Base64Decoder () | |
| Constructs a base64 decoder. | |
Attributes | |
| CL_DataBuffer & | get_result () |
| Returns the decoded data. | |
|
|
Constructs a base64 decoder.
|
|
|
Decode.
|
|
|
Decode.
|
|
||||||||||||
|
Decode base64 data and return it in a buffer.
|
|
||||||||||||||||
|
Feeds the decoder with base64 encoded data.
|
|
|
Returns the decoded data.
|
|
|
Resets the decoder.
|
1.4.6