API Documentation
Loading...
Searching...
No Matches
Base64Encoder Class Reference

Functions for converting to and from Base64 https://en.wikipedia.org/wiki/Base64. More...

#include <Base64Encoder.h>

Static Public Member Functions

static String EncodeToBase64 (File file)
 
static String EncodeToBase64 (const uint01 *buf, uint04 size)
 
static uint04 pos_of_char (const uint01 chr)
 
static Buffer< uint01DecodeFromBase64 (String encoded_string, bool remove_linebreaks)
 

Detailed Description

Functions for converting to and from Base64 https://en.wikipedia.org/wiki/Base64.


Class: ApplicationResource

autotoc_md59

Member Function Documentation

◆ DecodeFromBase64()

Buffer< uint01 > DecodeFromBase64 ( String encoded_string,
bool remove_linebreaks )
static

◆ EncodeToBase64() [1/2]

String EncodeToBase64 ( const uint01 * buf,
uint04 size )
static

◆ EncodeToBase64() [2/2]

String EncodeToBase64 ( File file)
static

◆ pos_of_char()

uint04 pos_of_char ( const uint01 chr)
static

The documentation for this class was generated from the following files: