Library: Foundation
Package: Streams
Header: Poco/Base64Decoder.h
This istream base64-decodes all data read from the istream connected to it.
Note: For performance reasons, the characters are read directly from the given istream's underlying streambuf, so the state of the istream will not reflect that of its streambuf.
Direct Base Classes: Base64DecoderIOS, std::istream
All Base Classes: Base64DecoderIOS, std::ios, std::istream
Inherited Functions: rdbuf
Base64Decoder(
std::istream & istr
);
~Base64Decoder();