BASE64 converter.
More...
#include <Base64Converter.h>
◆ CodePage
◆ InputStream
◆ OutputStream
◆ Base64Converter()
sese::Base64Converter::Base64Converter |
( |
| ) |
|
|
delete |
◆ decode() [1/2]
◆ decode() [2/2]
◆ decodeBase62()
Decode according to the Base62 code table.
- Warning
- Note that the decoding method of this function is similar to Base64, but it is not standard Base62 decoding
- Parameters
-
input | Input stream |
output | Output stream |
- Returns
- Encoding result
References ToBigEndian32().
◆ decodeBuffer()
int64_t Base64Converter::decodeBuffer |
( |
const unsigned char * | buffer, |
|
|
size_t | size ) |
|
staticnoexcept |
◆ encode() [1/2]
◆ encode() [2/2]
◆ encodeBase62()
Encode according to the Base62 code table
- Warning
- Note that the encoding method of this function is similar to Base64, but it is not standard Base62 encoding
- Parameters
-
input | Input stream |
output | Output stream |
- Returns
- Encoding result
References FromBigEndian32().
◆ encodeInteger()
bool Base64Converter::encodeInteger |
( |
size_t | num, |
|
|
OutputStream * | output ) |
|
staticnoexcept |
The documentation for this class was generated from the following files: