Stroika Library
3.0d20
Help-Home
Loading...
Searching...
No Matches
Archive/7z/Reader.h
Go to the documentation of this file.
1
/*
2
* Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3
*/
4
#ifndef _Stroika_Foundation_DataExchange_Archive_7z_Reader_h_
5
#define _Stroika_Foundation_DataExchange_Archive_7z_Reader_h_ 1
6
7
#include "Stroika/Foundation/StroikaPreComp.h"
8
9
#include "
Stroika/Foundation/DataExchange/Archive/Reader.h
"
10
#include "
Stroika/Foundation/Streams/InputStream.h
"
11
12
/**
13
* \file
14
*
15
* \note Code-Status: <a href="Code-Status.md#Alpha">Alpha</a>
16
*/
17
18
namespace
Stroika::Foundation::DataExchange::Archive::_7z::Reader {
19
20
#if qStroika_HasComponent_LZMA
21
/**
22
* @todo add example usage (and docs)
23
*/
24
Archive::Reader::Ptr New (
const
Streams::InputStream::Ptr<byte>& readFrom);
25
#endif
26
27
}
28
29
/*
30
********************************************************************************
31
***************************** Implementation Details ***************************
32
********************************************************************************
33
*/
34
35
#endif
/*_Stroika_Foundation_DataExchange_Archive_7z_Reader_h_*/
Reader.h
InputStream.h
Library
Sources
Stroika
Foundation
DataExchange
Archive
7z
Reader.h
Generated by
1.9.8