.\" This is a wxWidgets manpage page generated from the XML docs .TH wxStringInputStream 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxStringInputStream \- String input stream class .SH DESCRIPTION This class implements an input stream which reads data from a string. It supports seeking. .SH "PARENTS" wxInputStream .SH "INCLUDE FILES" wx/sstream.h .SH MEMBERS .SS wxStringInputStream (const wxString& s) Creates a new read-only stream using the specified string. Note that the string is copied by the stream so if the original string is modified after using this constructor, changes to it are not reflected when reading from stream. .SH "SEE ALSO" wxInputStream .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.