Qtopia Home - Classes - Hierachy - Annotated - Functions - Licenses - Reference |
|
The QTextIStream class is a convenience class for input streams. More...
#include <qtextstream.h>
Inherits QTextStream.
For simple tasks, code should be simple. Hence this class is a shorthand to avoid passing the mode argument to the normal QTextStream constructors.
This makes it easy for example, to write things like this:
QString data = "123 456";
int a, b;
QTextIStream(&data) >> a >> b;
See also QTextOStream.
Constructs a stream to read from string s.
Constructs a stream to read from the array ba.
Constructs a stream to read from the file f.
This file is part of the Qtopia platform, copyright © 1995-2005 Trolltech, all rights reserved.
| Copyright © 2005 Trolltech | Trademarks | Qtopia version 2.2.0
|