Page Speed Optimization Libraries
1.13.35.1
|
Delegates to another writer, but counts bytes along the way. More...
#include "counting_writer.h"
Public Member Functions | |
CountingWriter (Writer *writer) | |
virtual bool | Write (const StringPiece &str, MessageHandler *handler) |
virtual bool | Flush (MessageHandler *handler) |
int | byte_count () const |
Public Member Functions inherited from net_instaweb::Writer | |
virtual bool | Dump (Writer *writer, MessageHandler *message_handler) |
Delegates to another writer, but counts bytes along the way.