#include <UnknownGgep.h> [code]
Inherits Gnutella::Packets::Extensions::Ggep.
Inheritance diagram for Gnutella::Packets::Extensions::Ggeps::UnknownGgep:


Definition at line 38 of file UnknownGgep.h.
Public Member Functions | |
| UnknownGgep (const GgepId &id, int flags, int dataSize) | |
| UnknownGgep * | copy () const |
Protected Member Functions | |
| bool | prepareReadData (const QByteArray &rawData) |
| Verifies the structure of rawData. | |
| void | readData (QDataStream &stream) |
| Reads the extension data from stream. | |
| int | prepareWriteData () const |
| Prepares for writing the extension data and returns its length. | |
| void | writeData (QDataStream &stream) const |
| Writes the extension data to the stream;. | |
Private Attributes | |
| QByteArray | data |
|
||||||||||||||||
|
Definition at line 41 of file UnknownGgep.h. |
|
|
Implements Gnutella::Packets::Extensions::Ggep. Definition at line 42 of file UnknownGgep.h. |
|
|
Verifies the structure of rawData.
Implements Gnutella::Packets::Extensions::Ggep. Definition at line 29 of file UnknownGgep.cpp. |
|
|
Prepares for writing the extension data and returns its length.
Implements Gnutella::Packets::Extensions::Ggep. Definition at line 46 of file UnknownGgep.cpp. |
|
|
Reads the extension data from stream.
Implements Gnutella::Packets::Extensions::Ggep. Definition at line 35 of file UnknownGgep.cpp. |
|
|
Writes the extension data to the stream;.
Implements Gnutella::Packets::Extensions::Ggep. Definition at line 51 of file UnknownGgep.cpp. |
|
|
Definition at line 51 of file UnknownGgep.h. |