3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/file/FileBufferingMode.h"
7#include "mc/deps/core/file/PathBuffer.h"
8#include "mc/deps/core/file/UnzipResult.h"
9#include "mc/deps/core/file/ZipResult.h"
10#include "mc/deps/core/string/BasicStackString.h"
11#include "mc/platform/Result.h"
15namespace Core {
class PathView; }
16namespace Core {
class Result; }
17namespace Core::ZipUtils {
class UnzipSettings; }
18namespace Core::ZipUtils {
class ZipProgress; }
19namespace Core::ZipUtils {
class ZipSettings; }
22namespace Core::ZipUtils {
25MCNAPI ::Core::PathBuffer<::Core::BasicStackString<char, 1024>> _zipEncodedPathToUTF8(
::Core::PathView path);
30MCNAPI
bool getFilenames(
36MCNAPI ::Core::ZipUtils::UnzipResult getTranslatedUnzipResult(
int inputResult);
38MCNAPI ::Core::ZipUtils::ZipResult getTranslatedZipResult(
int inputResult);
43MCNAPI ::Core::ZipUtils::UnzipResult unzipInTransaction(
52MCNAPI ::Core::ZipUtils::UnzipResult unzipToFlatFile(
56 ::Core::FileBufferingMode bufferMode,
60MCNAPI ::Core::ZipUtils::ZipResult
Definition BasicStackString.h:8
Definition PathBuffer.h:8
Definition UnzipSettings.h:7
Definition ZipProgress.h:7
Definition ZipSettings.h:7