|
| 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 &downloadId, int const slotIndex, ::std::string const &downloadUrl, ::FileInfo const &file, uint64 fromByteOffset, ::std::string const &downloadVersion, ::std::function< void(::DownloaderResult)> callback)=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)>)> dataCallback, ::std::function< void(::DownloaderState)> endCallback)=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 () |
◆ DataCallback
| using IFileChunkDownloader::DataCallback |
Initial value:
::std::function<void(::std::vector<uchar>, uint64, uint64, ::std::function<void(uint64, bool)>)>
◆ DownloaderResultStrings()
| MCAPI ::std::add_lvalue_reference_t< char const *const []> IFileChunkDownloader::DownloaderResultStrings |
( |
| ) |
|
|
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.
◆ $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: