Contents Up Previous Next

wxBufferedInputStream

This stream acts as a cache. It caches the bytes read from the specified input stream (See wxFilterInputStream). It uses wxStreamBuffer and sets the default in-buffer size to 1024 bytes.

Derived from

wxFilterInputStream

Include files

<wx/stream.h>

See also

wxStreamBuffer (REF NOT FOUND), wxInputStream