1 % -----------------------------------------------------------------------------
2 % wxBufferedInputStream
3 % -----------------------------------------------------------------------------
4 \section{\class{wxBufferedInputStream
}}\label{wxbufferedinputstream
}
6 This stream acts as a cache. It caches the bytes read from the specified
7 input stream (See
\helpref{wxFilterInputStream
}{wxfilterinputstream
}).
8 It uses wxStreamBuffer and sets the default in-buffer size to
1024 bytes.
10 \wxheading{Derived from
}
12 \helpref{wxFilterInputStream
}{wxfilterinputstream
}
14 \wxheading{Include files
}
20 \helpref{wxStreamBuffer
}{wxstreamBuffer
},
\helpref{wxInputStream
}{wxinputstream
}
22 % -----------------------------------------------------------------------------
23 % wxBufferedOutputStream
24 % -----------------------------------------------------------------------------
25 \section{\class{wxBufferedOutputStream
}}\label{wxbufferedoutputstream
}
27 This stream acts as a cache. It caches the bytes to be written to the specified
28 output stream (See
\helpref{wxFilterOutputStream
}{wxfilteroutputstream
}). The
29 datas are only written when the cache is full or when the buffered stream is
32 \wxheading{Derived from
}
34 \helpref{wxFilterOutputStream
}{wxfilteroutputstream
}
36 \wxheading{Include files
}
42 \helpref{wxStreamBuffer
}{wxstreamBuffer
},
\helpref{wxOutputStream
}{wxoutputstream
}