#include </home/zeitlin/src/wx/github/interface/wx/sstream.h>
This class implements an input stream which reads data from a string.
It supports seeking.
Public Member Functions | |
wxStringInputStream (const wxString &s) | |
Creates a new read-only stream using the specified string. |
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.