Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions |
The QByteArray class provides an array of bytes. More...
#include <qcstring.h>
Inherits QMemArray<char>.
Inherited by QBitArray and QCString.
The QByteArray class provides an explicitly shared array of bytes. It is useful for manipulating memory areas with custom data. QByteArray is implemented as QMemArray<char>. See the QMemArray documentation for further information.
See also Collection Classes and Non-GUI Classes.
Constructs an empty QByteArray.
Constructs a QByteArray of size size.
This file is part of the Qt toolkit. Copyright © 1995-2002 Trolltech. All Rights Reserved.
Copyright © 2002 Trolltech | Trademarks | Qt version 3.0.4
|