|
| using | DataCallback |
|
using | EndCallback = ::std::function<void(::DownloaderState)> |
|
using | WriteCompleteCallback = ::std::function<void(uint64, bool)> |
|
|
virtual void | update ()=0 |
|
virtual void | initRealmsFileDownloader (::std::string const &, int const, ::std::string const &, ::FileInfo const &, uint64, ::std::string const &, ::std::function< void(::DownloaderResult)>)=0 |
|
virtual void | initFileDownloader (::std::string const &, ::std::string const &, ::FileInfo const &, uint64, uint64, ::std::string const &, ::std::function< void(::DownloaderResult)>)=0 |
|
virtual void | downloadFile (::std::function< void(::std::vector< uchar >, uint64, uint64, ::std::function< void(uint64, bool)>)>, ::std::function< void(::DownloaderState)>)=0 |
|
virtual bool | canCancelDownload () const =0 |
|
virtual void | cancelDownload ()=0 |
|
virtual uint64 | getDownloadTotalSize () const =0 |
|
virtual uint64 | getDownloadReceivedSize () const =0 |
|
virtual float | getDownloadProgress () const =0 |
| MCAPI void | $dtor () |
|
|
static MCNAPI_C ::std::add_lvalue_reference_t< char const *const[]> | DownloaderResultStrings () |
| static MCAPI void ** | $vftable () |
◆ DataCallback
| using IFileChunkDownloader::DataCallback |
Initial value:
::std::function<void(::std::vector<uchar>, uint64, uint64, ::std::function<void(uint64, bool)>)>
◆ $dtor()
| MCAPI void IFileChunkDownloader::$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.
◆ $vftable()
| MCAPI void ** IFileChunkDownloader::$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: