36edded90c
removed wxvc6.dsp, updated projgen, small fixes for OGL git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
44 lines
1.4 KiB
TeX
44 lines
1.4 KiB
TeX
% -----------------------------------------------------------------------------
|
|
% 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.
|
|
|
|
\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}
|
|
|
|
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.
|
|
|
|
\wxheading{Derived from}
|
|
|
|
\helpref{wxFilterOutputStream}{wxfilteroutputstream}
|
|
|
|
\wxheading{Include files}
|
|
|
|
<wx/stream.h>
|
|
|
|
\wxheading{See also}
|
|
|
|
\helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxOutputStream}{wxoutputstream}
|
|
|