12.06.2015 Views

The Annoyance Filter.pdf - Fourmilab

The Annoyance Filter.pdf - Fourmilab

The Annoyance Filter.pdf - Fourmilab

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

§45 ANNOYANCE-FILTER MIME DECODERS 47<br />

45. We also provide a flavour of saveDecodedStream which exports the decoded stream to a named<br />

file.<br />

〈 Class implementations 11 〉 +≡<br />

void MIMEdecoder ::saveDecodedStream (const string fname )<br />

{<br />

ofstream of (fname .c str ( ));<br />

}<br />

if (¬of ) {<br />

if (verbose ) {<br />

cerr ≪ "Cannot␣create␣MIMEdecoder␣dump␣file:␣" ≪ fname ≪ endl ;<br />

}<br />

}<br />

else {<br />

saveDecodedStream (of );<br />

of .close ( );<br />

}

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!