ZStreamW_Buffered Class Reference

A write filter stream that buffers data written to it. More...

#include <ZStream_Buffered.h>

Inheritance diagram for ZStreamW_Buffered:

ZStreamW List of all members.

Detailed Description

A write filter stream that buffers data written to it.

ZStreamW_Buffered buffers data written to it. When its buffer fills it writes the entire buffer to its sink stream. It also writes any data in its buffer when Flush is called. If a caller writes more data than the buffer can hold, pending data is written to the sink stream and the new data is passed straight through to the sink stream, bypassing the buffer altogether.


The documentation for this class was generated from the following files:
Generated on Thu Jul 26 11:22:05 2007 for ZooLib by  doxygen 1.4.7