% ----------------------------------------------------------------------------- % wxBufferedInputStream % ----------------------------------------------------------------------------- \section{\class{wxBufferedInputStream}}\label{wxbufferedinputstream} This stream acts as a cache. It caches the bytes read from the specified input stream (See \helpref{wxFilterInputStream}{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). \wxheading{Derived from} \helpref{wxFilterInputStream}{wxfilterinputstream} \wxheading{Include files} \wxheading{See also} \helpref{wxStreamBuffer}{wxstreambuffer}, \helpref{wxInputStream}{wxinputstream} % ----------------------------------------------------------------------------- % wxBufferedOutputStream % ----------------------------------------------------------------------------- \section{\class{wxBufferedOutputStream}}\label{wxbufferedoutputstream} This stream acts as a cache. It caches the bytes to be written to the specified output stream (See \helpref{wxFilterOutputStream}{wxfilteroutputstream}). The datas are only written when the cache is full or when the buffered stream is destroyed. This class may not be used without some other stream to write the data to (such as a file stream or a memory stream). \wxheading{Derived from} \helpref{wxFilterOutputStream}{wxfilteroutputstream} \wxheading{Include files} \wxheading{See also} \helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxOutputStream}{wxoutputstream}