$szTitle = "wxstringinputstream"; include "./_header.inc"; ?>
this class implements an input stream which reads data from a string. it supports seeking.
derived from
include files
<wx/sstream.h>
members
wxstringinputstream::wxstringinputstream
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.
include "./_footer.inc"; ?>