DESCRIPTION

The Writer will handle collected data and save it anywhere you want.. ie disk, db, queue etc.

The idea is:

- keep 'parser/reading' stuff into "Reader" classes

- keep 'saving/writing' stuff into "Writer" classes

That way its possible to replace the Writer class any time...

and many Readers can use the same Writer class