#include </home/clem/local/src/opie/noncore/applets/keyhelper/keyhelperapplet/applet/QSafeDataStream.h>
Inheritance diagram for QSafeDataStream:


Public Member Functions | |
| QSafeDataStream () | |
| QSafeDataStream (QIODevice *d) | |
| QSafeDataStream (QByteArray a, int mode) | |
| QSafeDataStream & | operator>> (Q_INT8 &i) |
| QSafeDataStream & | operator>> (Q_UINT8 &i) |
| QSafeDataStream & | operator>> (Q_INT16 &i) |
| QSafeDataStream & | operator>> (Q_UINT16 &i) |
| QSafeDataStream & | operator>> (Q_INT32 &i) |
| QSafeDataStream & | operator>> (Q_UINT32 &i) |
| QSafeDataStream & | operator>> (Q_INT64 &i) |
| QSafeDataStream & | operator>> (Q_UINT64 &i) |
| QSafeDataStream & | operator>> (float &f) |
| QSafeDataStream & | operator>> (double &f) |
| QSafeDataStream & | operator>> (char *&str) |
| QSafeDataStream & | readBytes (char *&, uint &len) |
| QSafeDataStream & | readRawBytes (char *, uint len) |
| QSafeDataStream & | operator>> (QString &s) |
| QSafeDataStream & | operator>> (QStringList &list) |
| QSafeDataStream & | operator>> (QByteArray &a) |
| QSafeDataStream & | operator>> (QCString &s) |
| QSafeDataStream & | operator>> (QDate &d) |
| QSafeDataStream & | operator>> (QTime &t) |
| QSafeDataStream & | operator>> (QDateTime &dt) |
|
|
Definition at line 17 of file QSafeDataStream.h. |
|
|
Definition at line 19 of file QSafeDataStream.h. |
|
||||||||||||
|
Definition at line 21 of file QSafeDataStream.h. |
|
|
Definition at line 196 of file QSafeDataStream.cpp. References QDataStream::atEnd(). |
|
|
Definition at line 187 of file QSafeDataStream.cpp. References QDataStream::atEnd(). |
|
|
Definition at line 178 of file QSafeDataStream.cpp. References QDataStream::atEnd(). |
|
|
Definition at line 168 of file QSafeDataStream.cpp. References QDataStream::atEnd(). |
|
|
Definition at line 158 of file QSafeDataStream.cpp. References QDataStream::atEnd(). |
|
|
Definition at line 148 of file QSafeDataStream.cpp. References QDataStream::atEnd(). |
|
|
Definition at line 138 of file QSafeDataStream.cpp. References QDataStream::atEnd(), and QString::null. |
|
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Reads the ''-terminated string s from the stream and returns a reference to the stream.
Space for the string is allocated using Reimplemented from QDataStream. Definition at line 108 of file QSafeDataStream.cpp. References QDataStream::atEnd(), and QDataStream::operator>>(). |
|
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Reads a 64-bit floating point number from the stream into f, using the standard IEEE754 format. Returns a reference to the stream. Reimplemented from QDataStream. Definition at line 98 of file QSafeDataStream.cpp. References QDataStream::atEnd(), and QDataStream::operator>>(). |
|
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Reads a 32-bit floating point number from the stream into f, using the standard IEEE754 format. Returns a reference to the stream. Reimplemented from QDataStream. Definition at line 88 of file QSafeDataStream.cpp. References QDataStream::atEnd(), and QDataStream::operator>>(). |
|
|
Definition at line 77 of file QSafeDataStream.cpp. References QDataStream::atEnd(), and QDataStream::operator>>(). |
|
|
Definition at line 67 of file QSafeDataStream.cpp. References QDataStream::atEnd(), and QDataStream::operator>>(). |
|
|
Reimplemented from QDataStream. Definition at line 57 of file QSafeDataStream.cpp. References QDataStream::atEnd(), and QDataStream::operator>>(). |
|
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Reads a signed 32-bit integer from the stream into i, and returns a reference to the stream. Reimplemented from QDataStream. Definition at line 47 of file QSafeDataStream.cpp. References QDataStream::atEnd(), and QDataStream::operator>>(). |
|
|
Reimplemented from QDataStream. Definition at line 37 of file QSafeDataStream.cpp. References QDataStream::atEnd(), and QDataStream::operator>>(). |
|
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Reads a signed 16-bit integer from the stream into i, and returns a reference to the stream. Reimplemented from QDataStream. Definition at line 27 of file QSafeDataStream.cpp. References QDataStream::atEnd(), and QDataStream::operator>>(). |
|
|
Reimplemented from QDataStream. Definition at line 17 of file QSafeDataStream.cpp. References QDataStream::atEnd(), and QDataStream::operator>>(). |
|
|
Reads a signed byte from the stream into i, and returns a reference to the stream. Reimplemented from QDataStream. Definition at line 7 of file QSafeDataStream.cpp. References QDataStream::atEnd(), and QDataStream::operator>>(). |
|
||||||||||||
|
Reads the buffer s from the stream and returns a reference to the stream.
The buffer s is allocated using The l parameter will be set to the length of the buffer. The serialization format is a Q_UINT32 length specifier first, then l bytes of data. Note that the data is not encoded.
Reimplemented from QDataStream. Definition at line 118 of file QSafeDataStream.cpp. References QDataStream::atEnd(), and QDataStream::readBytes(). |
|
||||||||||||
|
Reads len bytes from the stream into s and returns a reference to the stream. The buffer s must be preallocated. The data is not encoded.
Reimplemented from QDataStream. Definition at line 129 of file QSafeDataStream.cpp. References QDataStream::atEnd(), and QDataStream::readRawBytes(). |
1.4.2