Library: Net
Package: Messages
Header: Poco/Net/QuotedPrintableDecoder.h
This istream decodes all quoted-printable (see RFC 2045) encoded 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: QuotedPrintableDecoderIOS, std::istream
All Base Classes: QuotedPrintableDecoderIOS, std::ios, std::istream
Inherited Functions: rdbuf
QuotedPrintableDecoder(
std::istream & istr
);