Stroika Library 3.0d20
 
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
11
12/**
13 * \file
14 *
15 * \note Code-Status: <a href="Code-Status.md#Alpha">Alpha</a>
16 */
17
18namespace 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_*/