.\" This is a wxWidgets manpage page generated from the XML docs .TH wxBufferedInputStream 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxBufferedInputStream \- Buffered input stream class .SH DESCRIPTION This stream acts as a cache. It caches the bytes read from the specified input stream (See 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). .SH "PARENTS" wxFilterInputStream .SH "INCLUDE FILES" wx/stream.h .SH MEMBERS .SH "SEE ALSO" wxFilterInputStream .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.