3#include <NDEVR/Buffer.h>
4#include <NDEVR/BaseValues.h>
Functions for converting to and from Base64 https://en.wikipedia.org/wiki/Base64.
Definition Base64Encoder.h:14
static uint04 pos_of_char(const uint01 chr)
static String EncodeToBase64(const uint01 *buf, uint04 size)
static Buffer< uint01 > DecodeFromBase64(String encoded_string, bool remove_linebreaks)
static String EncodeToBase64(File file)
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:56
Logic for reading or writing to a file as well as navigating filesystems.
Definition File.h:48
The core String class for the NDEVR API.
Definition String.h:69
uint8_t uint01
-Defines an alias representing a 1 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:80
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:96