File Information
Library: Net
Package: Messages
Header: Poco/Net/QuotedPrintableDecoder.h
Description
This streambuf 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.
Inheritance
Direct Base Classes: Poco::UnbufferedStreamBuf
All Base Classes: Poco::UnbufferedStreamBuf
Constructors
QuotedPrintableDecoderBuf
QuotedPrintableDecoderBuf(
std::istream & istr
);