#include <RawData.h> [code]
Inherits Protocols::Generics::DataBase.
Inheritance diagram for Protocols::Generics::RawData:


The implementation just wraps a QByteArray. RawData is suitable to represent and Data that has no (known) semantics and is regarded as simply a sequence of raw bytes.
Definition at line 38 of file RawData.h.
Public Member Functions | |
| RawData (const QByteArray &=QByteArray()) | |
| auto_ptr< DataBase > | copy () const |
| QByteArray | toRawBytes () const |
Private Attributes | |
| QByteArray | rawBytes |
|
|
Definition at line 27 of file RawData.cpp. |
|
|
Implements Protocols::Generics::DataBase. Definition at line 32 of file RawData.cpp. |
|
|
Implements Protocols::Generics::DataBase. Definition at line 37 of file RawData.cpp. |
|
|
|