Qt logo

QTextIStream Class Reference


A convenience class for input streams. More...

#include <qtextstream.h>

Inherits QTextStream.

List of all member functions.

Public Members


Detailed Description

A convenience class for input streams.

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.


Member Function Documentation

QTextIStream::QTextIStream ( QString * s )

Constructs a stream to read from string s.

QTextIStream::QTextIStream ( FILE * f )

Constructs a stream to read from the file f.

QTextIStream::QTextIStream ( QByteArray ba )

Constructs a stream to read from the array ba.


Search the documentation, FAQ, qt-interest archive and more (uses www.troll.no):


This file is part of the Qt toolkit, copyright © 1995-99 Troll Tech, all rights reserved.


Copyright İ 1999 Troll TechTrademarks
Qt version 2.0.2