1 % -----------------------------------------------------------------------------
2 % wxBufferedInputStream
3 % -----------------------------------------------------------------------------
4 \section{\class{wxBufferedInputStream
}}\label{wxbufferedinputstream
}
6 \wxheading{Derived from
}
8 \helpref{wxFilterInputStream
}{wxfilterinputstream
}
10 \wxheading{Include files
}
16 \helpref{wxStreamBuffer
}{wxstreamBuffer
},
\helpref{wxInputStream
}{wxinputstream
}
18 \wxheading{Short description
}
20 This stream acts as a cache. It caches the bytes read from the specified
21 input stream (See
\helpref{wxFilterInputStream
}{wxfilterinputstream
}).
22 It uses wxStreamBuffer and sets the default in-buffer size to
1024 bytes.
24 % -----------------------------------------------------------------------------
25 % wxBufferedOutputStream
26 % -----------------------------------------------------------------------------
27 \section{\class{wxBufferedOutputStream
}}\label{wxbufferedoutputstream
}
29 \wxheading{Derived from
}
31 \helpref{wxFilterOutputStream
}{wxfilteroutputstream
}
33 \wxheading{Include files
}
39 \helpref{wxStreamBuffer
}{wxstreamBuffer
},
\helpref{wxOutputStream
}{wxoutputstream
}
41 \wxheading{Short description
}
43 This stream acts as a cache. It caches the bytes to be written to the specified
44 output stream (See
\helpref{wxFilterOutputStream
}{wxfilteroutputstream
}). The
45 datas are only written when the cache is full or when the buffered stream is