#include <cxxtools/base64stream.h>
Public Member Functions | |
| Base64istream (std::istream &in) | |
| Base64istream (std::streambuf *sb) | |
| void | reset () |
To base64-decode, instantiate a base64istream with an inputstream. The class reads base64-encoded data from the inputstream and you get decoded output.
| void reset | ( | ) |
If a istream has multiple base64-streams, you can skip to the next stream after getting eof.