swift
Static Public Member Functions | List of all members
swift::misc::CCompressUtils Class Reference

Compress utilities. More...

Static Public Member Functions

static QByteArray lengthHeader (qint32 size)
 Length header. More...
 
static bool zipUncompress (const QString &file, const QString &directory, QStringList *stdOutAndError=nullptr)
 Unzip file.
 

Detailed Description

Compress utilities.

Definition at line 19 of file compressutils.h.

Member Function Documentation

◆ lengthHeader()

QByteArray swift::misc::CCompressUtils::lengthHeader ( qint32  size)
static

Length header.

Remarks
4 bytes -> 32bit

Definition at line 18 of file compressutils.cpp.


The documentation for this class was generated from the following files: