QTextIStream Class

The QTextIStream class is a convenience class for input streams. More...

Header: #include <QTextIStream>
Inherits: QTextStream

Note: All functions in this class are reentrant.

Public Functions

QTextIStream(const QString * string)
QTextIStream(QByteArray * byteArray)
QTextIStream(FILE * file)

Detailed Description

The QTextIStream class is a convenience class for input streams.

Use QTextStream instead.

Member Function Documentation

QTextIStream::QTextIStream(const QString * string)

Use QTextStream(&string, QIODevice::ReadOnly) instead.

QTextIStream::QTextIStream(QByteArray * byteArray)

Use QTextStream(&byteArray, QIODevice::ReadOnly) instead.

QTextIStream::QTextIStream(FILE * file)

Use QTextStream(file, QIODevice::ReadOnly) instead.

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.