1999-07-28 17:16:59 +00:00
|
|
|
% -----------------------------------------------------------------------------
|
|
|
|
% wxBufferedInputStream
|
|
|
|
% -----------------------------------------------------------------------------
|
|
|
|
\section{\class{wxBufferedInputStream}}\label{wxbufferedinputstream}
|
|
|
|
|
1999-11-01 20:36:43 +00:00
|
|
|
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.
|
|
|
|
|
1999-07-28 17:16:59 +00:00
|
|
|
\wxheading{Derived from}
|
|
|
|
|
|
|
|
\helpref{wxFilterInputStream}{wxfilterinputstream}
|
|
|
|
|
|
|
|
\wxheading{Include files}
|
|
|
|
|
|
|
|
<wx/stream.h>
|
|
|
|
|
|
|
|
\wxheading{See also}
|
|
|
|
|
|
|
|
\helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxInputStream}{wxinputstream}
|
|
|
|
|
|
|
|
% -----------------------------------------------------------------------------
|
|
|
|
% wxBufferedOutputStream
|
|
|
|
% -----------------------------------------------------------------------------
|
|
|
|
\section{\class{wxBufferedOutputStream}}\label{wxbufferedoutputstream}
|
|
|
|
|
1999-11-01 20:36:43 +00:00
|
|
|
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.
|
|
|
|
|
1999-07-28 17:16:59 +00:00
|
|
|
\wxheading{Derived from}
|
|
|
|
|
|
|
|
\helpref{wxFilterOutputStream}{wxfilteroutputstream}
|
|
|
|
|
|
|
|
\wxheading{Include files}
|
|
|
|
|
|
|
|
<wx/stream.h>
|
|
|
|
|
|
|
|
\wxheading{See also}
|
|
|
|
|
|
|
|
\helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxOutputStream}{wxoutputstream}
|
|
|
|
|