strigi/src/streams
base64inputstream.cpp File Reference
#include "base64inputstream.h"#include <cstring>
Include dependency graph for base64inputstream.cpp:

Go to the source code of this file.
Functions | |
| string | decode (const char *in, string::size_type length) |
| void | initialize () |
Variables | |
| const unsigned char | alphabet [] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" |
| unsigned char | decoder [133] |
| bool | inalphabet [256] |
| bool | initializedAlphabet = false |
Function Documentation
| string decode | ( | const char * | in, | |
| string::size_type | length | |||
| ) |
| void initialize | ( | ) |
Definition at line 57 of file base64inputstream.cpp.
Variable Documentation
| const unsigned char alphabet[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" |
Definition at line 48 of file base64inputstream.cpp.
| unsigned char decoder[133] |
Definition at line 50 of file base64inputstream.cpp.
| bool inalphabet[256] |
Definition at line 49 of file base64inputstream.cpp.
| bool initializedAlphabet = false |
Definition at line 51 of file base64inputstream.cpp.
KDE 4.4 API Reference