LeviLamina
Loading...
Searching...
No Matches
FileUploadManager Class Referenceabstract
+ Inheritance diagram for FileUploadManager:

Classes

struct  MultiPartStreamHelper
 

Public Member Functions

FileUploadManageroperator= (FileUploadManager const &)
 
 FileUploadManager (FileUploadManager const &)
 
virtual float getUploadProgress () const
 
virtual void archiveAndUploadFileToRealmStorage (::std::string const &, ::Core::Path const &, int const, ::std::string const &)=0
 
virtual void uploadFileToRealmStorage (::std::string const &uploadId, ::Core::Path const &path, int const slotIndex)
 
MCAPI FileUploadManager (::TaskGroup &taskGroup, ::std::shared_ptr<::IFileChunkUploader > fileUploader)
 
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 void $dtor ()
 
MCAPI float $getUploadProgress () const
 
MCAPI void $uploadFileToRealmStorage (::std::string const &uploadId, ::Core::Path const &path, int const slotIndex)
 

Static Public Member Functions

static MCAPI ::std::string const & BOUNDARY ()
 
static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 72 > mUnkd53a1f
 
::ll::UntypedStorage< 8, 96 > mUnk7e81a8
 
::ll::UntypedStorage< 4, 4 > mUnk3637b8
 
::ll::UntypedStorage< 4, 4 > mUnkcdb53c
 
::ll::UntypedStorage< 8, 16 > mUnk572878
 
::ll::UntypedStorage< 8, 16 > mUnkbea5f5
 
::ll::UntypedStorage< 8, 8 > mUnka99ce1
 
::ll::UntypedStorage< 8, 24 > mUnkc47b3b
 
::ll::UntypedStorage< 1, 1 > mUnk976e6e
 
::ll::UntypedStorage< 1, 1 > mUnk64961a
 
::ll::UntypedStorage< 1, 1 > mUnk2e4039
 

Constructor & Destructor Documentation

◆ FileUploadManager()

MCAPI FileUploadManager::FileUploadManager ( ::TaskGroup & taskGroup,
::std::shared_ptr<::IFileChunkUploader > fileUploader )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

Member Function Documentation

◆ _generateMultiPartHelper()

MCAPI void FileUploadManager::_generateMultiPartHelper ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _resumeUpload()

MCAPI void FileUploadManager::_resumeUpload ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _uploadChunk()

MCAPI void FileUploadManager::_uploadChunk ( ::FileChunkInfo const & chunk)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _uploadStream()

MCAPI void FileUploadManager::_uploadStream ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ addCallbackQueue()

MCAPI void FileUploadManager::addCallbackQueue ( ::std::function< void()> callback)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ uploadFile()

MCAPI void FileUploadManager::uploadFile ( ::std::string const & uploadId,
::Core::Path const & filePath,
bool autoStartUpload,
::Json::Value const & uploadOptions )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ BOUNDARY()

static MCAPI ::std::string const & FileUploadManager::BOUNDARY ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor()

MCAPI void * FileUploadManager::$ctor ( ::TaskGroup & taskGroup,
::std::shared_ptr<::IFileChunkUploader > fileUploader )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $dtor()

MCAPI void FileUploadManager::$dtor ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getUploadProgress()

MCAPI float FileUploadManager::$getUploadProgress ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $uploadFileToRealmStorage()

MCAPI void FileUploadManager::$uploadFileToRealmStorage ( ::std::string const & uploadId,
::Core::Path const & path,
int const slotIndex )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable()

static MCAPI void ** FileUploadManager::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: