FARGOS/VISTA Object Management Environment Core
..
|
Macros | |
#define | ILLEGAL 255 |
#define | PAD 254 |
Functions | |
OMEstring * | OMEbinaryToBase64 (const OMEstring &source, bool breakIntoLines) |
Convert binary data to base64 text encoding. More... | |
OMEstring * | OMEbase64ToBinary (const OMEstring &source) |
Convert base-64 encoded text to its binary representation. More... | |
size_t | OMEhexToBinary (const unsigned char *src, size_t srcLen, unsigned char *dest, size_t destLen) |
Convert hexadecimal text to binary. More... | |
OMEstring * | OMEbinaryToHex (const unsigned char *srcBfr, size_t srcLen) |
Convert binary data to hexadecimal characters. More... | |
OMEstring * | OMEbinaryToHex (const OMEstring &source) |
Convert a string of binary data into a text string of hexadecimal characters. More... | |
OMEstring * | OMEhexToBinary (const OMEstring &source) |
Convert a text string of hexadecimal characters into its binary equivalent. More... | |
OMEstring * | OMEconvertURIescapes (const OMEstring &arg) |
Convert Uniform Resource Identifier escape sequences. More... | |
OMEstring * | OMEmakeSafeURI (const OMEstring &arg) |
Escape any special characters in an Uniform Resource Identifier. More... | |
Variables | |
const unsigned char | OMEbase64alphabet [] |
#define ILLEGAL 255 |
#define PAD 254 |
const unsigned char OMEbase64alphabet[] |
Common base-64 alphabet
![]() | Generated: Fri Jul 31 2020 18:19:15
Support Information |