52 out <<
"The magic number is: " << 49 <<
"\n";
63 out <<
"The magic number is: " << 49 <<
"\n";
85 writeStream_snippet();
\inmodule QtCore\reentrant
bool atEnd() const override
Returns true if the end of the file has been reached; otherwise returns false.
bool open(OpenMode flags) override
Opens the file using OpenMode mode, returning true if successful; otherwise false.
qint64 readLine(char *data, qint64 maxlen)
This function reads a line of ASCII characters from the device, up to a maximum of maxSize - 1 bytes,...
\macro QT_RESTRICTED_CAST_FROM_ASCII
bool isNull() const
Returns true if this string is null; otherwise returns false.
static void writeTextStream_snippet()
static void noStream_snippet()
static void writeDataStream_snippet()
static void readRegularEmptyFile_snippet()
static void readTextStream_snippet()
static void process_line(const QByteArray &)
QTextStream out(stdout)
[7]