wxBufferedInputStreamThis 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. This class may not be used without some other stream to read the data from (such as a file stream or a memory stream). Derived from Include files <wx/stream.h> See also wxStreamBuffer, wxInputStream, wxBufferedOutputStream
|