|
|
ResourcePackFileUploadManager & | operator= (ResourcePackFileUploadManager const &) |
|
| ResourcePackFileUploadManager (ResourcePackFileUploadManager const &) |
| virtual void | archiveAndUploadFileToRealmStorage (::std::string const &uploadId, ::Core::Path const &path, int const slotIndex, ::std::string const &realmsGuid) |
| virtual void | uploadFileToRealmStorage (::std::string const &uploadId, ::Core::Path const &path, int const slotIndex) |
|
MCAPI void | _addZipPath (::Core::PathBuffer<::std::string > const &resourceZipPath) |
|
MCAPI void | _archiveAndUploadPackToRealmStorage (::std::string const &uploadId, ::Core::Path const &path, int slotIndex, ::std::string const &) |
|
MCAPI ::Bedrock::Threading::Async< void > | _extractPackFromZipAndUpload (::std::string const &resourcePack, ::ResourceLocation const &resourcePackLocation, ::Core::PathBuffer<::std::string > const &relativePathWithinZip, ::Core::PathBuffer<::std::string > const &resourceZipPath, ::Json::Value const &uploadOptions) |
|
MCAPI bool | _unzipEmbeddedResourcePackForUpload (::ResourceLocation const &resourcePackLocation, ::Core::PathBuffer<::std::string > const &relativePathWithinZip, ::Core::PathView outputPath) |
|
MCAPI ::Bedrock::Threading::Async< void > | _uploadResourcePackFolder (::std::string const &resourcePack, ::ResourceLocation const &resourcePackLocation, ::Core::PathBuffer<::std::string > const &resourceZipPath, ::Json::Value const &uploadOptions) |
|
MCAPI bool | _zipResourcePackForUpload (::ResourceLocation const &resourcePackLocation, ::Core::PathBuffer<::std::string > const &resourceZipPath) |
|
MCAPI ::Bedrock::Threading::Async< void > | uploadResourcePack (::std::string const &resourcePackName, ::ResourceLocation const &resourceLocation, bool isZipped, ::Core::PathBuffer<::std::string > const &relativePathWithinZip, bool isPremium, ::PackType packType) |
|
MCAPI void | $dtor () |
|
MCAPI void | $archiveAndUploadFileToRealmStorage (::std::string const &uploadId, ::Core::Path const &path, int const slotIndex, ::std::string const &realmsGuid) |
|
MCAPI void | $uploadFileToRealmStorage (::std::string const &uploadId, ::Core::Path const &path, int const slotIndex) |
|
virtual float | getUploadProgress () const |
|
MCAPI void | _generateMultiPartHelper () |
|
MCAPI void | _resumeUpload () |
|
MCAPI void | _uploadChunk (::FileChunkInfo const &chunk) |
|
MCAPI void | _uploadStream () |
|
MCAPI void | addCallbackQueue (::std::function< void()> callback) |
|
MCAPI void | uploadFile (::std::string const &uploadId, ::Core::Path const &filePath, bool autoStartUpload, ::Json::Value const &uploadOptions) |
|
MCAPI void * | $ctor (::TaskGroup &taskGroup, ::std::shared_ptr<::IFileChunkUploader > fileUploader) |
|
MCAPI float | $getUploadProgress () const |
|
|
::ll::TypedStorage< 8, 24, ::Bedrock::NotNullNonOwnerPtr<::AppPlatform > > | mAppPlatform |
|
::ll::TypedStorage< 8, 24, ::std::vector<::std::shared_ptr<::ResourcePackPathLifetimeHelpers::ScopeDestroyedPath const > > > | mZipPaths |
|
::ll::TypedStorage< 8, 8, ::ResourcePackPathLifetimeHelpers::ResourcePackPathCache & > | mResourcePackPathCache |
|
::ll::TypedStorage< 8, 16, ::gsl::not_null<::std::shared_ptr<::Bedrock::Threading::SharedAsync< void > > > > | mPreviousUpload |
|
::ll::TypedStorage< 8, 8, ::gsl::not_null<::std::unique_ptr<::Core::ZipUtils::IZipUtility > > > | mZipUtility |
|
::ll::TypedStorage< 8, 72, ::FileInfo > | mFile |
|
::ll::TypedStorage< 8, 96, ::FileUploadManager::MultiPartStreamHelper > | mMultiPartHelper |
|
::ll::TypedStorage< 4, 4, ::UploadState > | mState |
|
::ll::TypedStorage< 4, 4, ::UploadError > | mUploadError |
|
::ll::TypedStorage< 8, 16, ::std::shared_ptr<::IFilePicker > > | mFilePicker |
|
::ll::TypedStorage< 8, 16, ::std::shared_ptr<::IFileChunkUploader > > | mFileUploader |
|
::ll::TypedStorage< 8, 8, ::TaskGroup & > | mIOTaskGroup |
|
::ll::TypedStorage< 8, 24, ::Bedrock::NonOwnerPointer<::FileArchiver > > | mFileArchiver |
|
::ll::TypedStorage< 1, 1, bool > | mUploadAllAtOnce |
|
::ll::TypedStorage< 1, 1, bool > | mContinueOnReception |
|
::ll::TypedStorage< 1, 1, bool > | mUseStream |