Contents Up Previous Next

wxBufferedOutputStream

This stream acts as a cache. It caches the bytes to be written to the specified output stream (See wxFilterOutputStream). The datas are only written when the cache is full or when the buffered stream is destroyed.

Derived from

wxFilterOutputStream

Include files

<wx/stream.h>

See also

wxStreamBuffer (REF NOT FOUND), wxOutputStream