QArchive

QArchive

  • Docs
  • Help
  • Blog

›API

Getting Started

  • Installation
  • Adding QArchive to Your Project

Guides

  • Building Examples
  • Creating a Simple Extractor
  • Extracting Encrypted Archives
  • Reporting Progress
  • Creating Simple Compressor
  • Creating Encrypted Archive
  • Creating a Simple Extractor (In Memory)
  • Creating Simple Compressor (In Memory)

API

  • QArchive Compression Formats
  • QArchive Error Codes
  • QArchive::DiskExtractor
  • QArchive::MemoryExtractor
  • QArchive::MemoryExtractorOutput
  • QArchive::MemoryFile
  • QArchive::DiskCompressor
  • QArchive::MemoryCompressor

Class QArchive::MemoryExtractorOutput

This class is emitted as the output of QArchive::MemoryExtractor class in the finished signal. This class has only one method which gives a vector of QArchive::MemoryFile

Header:#include < QArchive/QArchive >
qmake:include(QArchive/QArchive.pri)
Class NameMemoryExtractorOutput
NamespaceQArchive
Inherits:QObject

The class belongs to the QArchive namespace, so make sure to include it.
Note: All functions in this class is reentrant.

Public Functions

MemoryExtractorOutput(QObject *parent = nullptr)

Slots

QVector<QArchive::MemoryFile>& constgetFiles()

Member Functions Documentation

MemoryExtractorOutput(QObject *parent = nullptr)

Default constructor of MemoryExtractorOutput. It's highly recommended that you never construct this class yourself.


QVector<QArchive::MemoryFile>& getFiles() const

Returns a QVector of QArchive::MemoryFile.

← QArchive::MemoryExtractorQArchive::MemoryFile →
QArchive
Docs
Getting StartedGuidesAPI Reference
Community
User ShowcaseStack OverflowProject ChatTwitter
More
BlogGitHubStar
Copyright © 2023 D. Antony J.R.