X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/673453e26aeeb68df9365d4b87219f0fee2984cf..HEAD:/docs/doxygen/overviews/stream.h diff --git a/docs/doxygen/overviews/stream.h b/docs/doxygen/overviews/stream.h index 132b142eed..99d2d7958f 100644 --- a/docs/doxygen/overviews/stream.h +++ b/docs/doxygen/overviews/stream.h @@ -1,48 +1,34 @@ ///////////////////////////////////////////////////////////////////////////// // Name: stream.h -// Purpose: topic overview +// Purpose: stream classes overview // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** -@page overview_stream Stream classes overview +@page overview_stream Stream Classes Overview -Classes: -@li wxStreamBase -@li wxStreamBuffer -@li wxInputStream -@li wxOutputStream -@li wxFilterInputStream -@li wxFilterOutputStream -@li wxFileInputStream -@li wxFileOutputStream -@li wxTextInputStream -@li wxTextOutputStream -@li wxDataInputStream -@li wxDataOutputStream +@tableofcontents -@li @ref overview_stream_intro -@li @ref overview_stream_example +wxWidgets provides its own set of stream classes in order to support platforms +not providing standard C++ streams implementation and also to make it possible +to provide binary versions of wxWidgets application not depending on any +particular standard library version. The wxWidgets stream classes also provide +some functionality not available in the standard library such as support for +several compression formats and possibility to work with sockets or text +controls (for output only in the latter case). -