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