Stroika Library 3.0d20
 
Loading...
Searching...
No Matches
Archive/Zip/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_Zip_Reader_h_
5#define _Stroika_Foundation_DataExchange_Archive_Zip_Reader_h_ 1
6
7#include "Stroika/Foundation/StroikaPreComp.h"
8
11
12/**
13 * \file
14 *
15 * TODO:
16 */
17
18namespace Stroika::Foundation::DataExchange::Archive::Zip::Reader {
19
20#if qStroika_HasComponent_zlib
21 /**
22 */
23 Archive::Reader::Ptr New (const Streams::InputStream::Ptr<byte>& readFrom);
24#endif
25
26}
27
28/*
29 ********************************************************************************
30 ***************************** Implementation Details ***************************
31 ********************************************************************************
32 */
33
34#endif /*_Stroika_Foundation_DataExchange_Archive_Zip_Reader_h_*/