ACF $AcfVersion:0$
CFileReadSecureArchive.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ACF-Commercial
2#pragma once
3
4
5// ACF includes
7
8// QSF includes
10
11
12namespace ifile
13{
14
15
18 protected CSimpleEncoder
19{
20public:
22
24 const QString& filePath,
25 bool supportTagSkipping = true,
26 bool serializeHeader = true);
27
28 // reimplemented (ifile::CFileReadArchive)
29 virtual bool ProcessData(void* data, int size) override;
30};
31
32
33} // namespace ifile
34
35
Simple implementation of archive reading from own ACF format binary file.
CFileReadSecureArchive(const QString &filePath, bool supportTagSkipping=true, bool serializeHeader=true)
virtual bool ProcessData(void *data, int size) override
Process binary data block.
Contains interfaces and implementations of file system related components.