From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- doc/html/qbytearray.html | 119 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 doc/html/qbytearray.html (limited to 'doc/html/qbytearray.html') diff --git a/doc/html/qbytearray.html b/doc/html/qbytearray.html new file mode 100644 index 0000000..b693ec9 --- /dev/null +++ b/doc/html/qbytearray.html @@ -0,0 +1,119 @@ + + + + + +QByteArray Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

QByteArray Class Reference

+ +

The QByteArray class provides an array of bytes. +More... +

All the functions in this class are reentrant when Qt is built with thread support.

+

#include <qcstring.h> +

Inherits QMemArray<char>. +

Inherited by QBitArray and QCString. +

List of all member functions. +

Public Members

+ +

Related Functions

+ +

Detailed Description

+ + + +The QByteArray class provides an array of bytes. +

+ +

The QByteArray class provides an explicitly shared array of bytes. +It is useful for manipulating memory areas with custom data. +QByteArray is implemented as a QMemArray<char>. See the QMemArray documentation for further information. +

See also Collection Classes and Non-GUI Classes. + +


Member Function Documentation

+

QByteArray::QByteArray () +

+ +

Constructs an empty QByteArray. + +

QByteArray::QByteArray ( int size ) +

+ +

Constructs a QByteArray of size size. + +


Related Functions

+

QByteArray qCompress ( const QByteArray & data ) +

+ +

+

Compresses the array data and returns the compressed byte +array using zlib. +

See also qUncompress(). + +

QByteArray qCompress ( const uchar * data, int nbytes ) +

+ +

This is an overloaded member function, provided for convenience. It behaves essentially like the above function. +

Compresses the array data which is nbytes long and returns the +compressed byte array. + +

QByteArray qUncompress ( const QByteArray & data ) +

+ +

+

Uncompresses the array data and returns the uncompressed byte +array. +

Returns an empty QByteArray if the input data was corrupt. + +

See also qCompress(). + +

QByteArray qUncompress ( const uchar * data, int nbytes ) +

+ +

This is an overloaded member function, provided for convenience. It behaves essentially like the above function. +

Uncompresses the array data which is nbytes long and returns +the uncompressed byte array. + + +


+This file is part of the Qt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


+ +
Copyright © 2007 +TrolltechTrademarks +
Qt 3.3.8
+
+ -- cgit v1.2.1