|
using | WriteCompleteCallback = ::std::function<void(uint64, bool)> |
|
using | DataCallback |
|
using | EndCallback = ::std::function<void(::DownloaderState)> |
|
|
StreamFileDownloader & | operator= (StreamFileDownloader const &) |
|
| StreamFileDownloader (StreamFileDownloader const &) |
|
virtual void | update () |
|
virtual void | initRealmsFileDownloader (::std::string const &, int const, ::std::string const &, ::FileInfo const &, uint64, ::std::string const &, ::std::function< void(::DownloaderResult)>) |
|
virtual void | initFileDownloader (::std::string const &, ::std::string const &, ::FileInfo const &, uint64, uint64, ::std::string const &, ::std::function< void(::DownloaderResult)>) |
|
virtual void | downloadFile (::std::function< void(::std::vector< uchar >, uint64, uint64, ::std::function< void(uint64, bool)>)>, ::std::function< void(::DownloaderState)>) |
|
virtual bool | canCancelDownload () const |
|
virtual void | cancelDownload () |
|
virtual uint64 | getDownloadTotalSize () const |
|
virtual uint64 | getDownloadReceivedSize () const |
|
virtual float | getDownloadProgress () const |
|
virtual::Bedrock::Http::Request | _makeRequest () |
|
|
::ll::UntypedStorage< 8, 32 > | mUnka211d4 |
|
::ll::UntypedStorage< 8, 8 > | mUnkd71e6f |
|
::ll::UntypedStorage< 8, 64 > | mUnkfb46b6 |
|
::ll::UntypedStorage< 8, 64 > | mUnk82ed74 |
|
::ll::UntypedStorage< 8, 8 > | mUnk402616 |
|
::ll::UntypedStorage< 8, 8 > | mUnk89347f |
|
::ll::UntypedStorage< 8, 8 > | mUnk238343 |
|
::ll::UntypedStorage< 1, 1 > | mUnk1c4b1c |
|
::ll::UntypedStorage< 1, 1 > | mUnkcb17b4 |
|
::ll::UntypedStorage< 8, 336 > | mUnk6e3666 |
|
◆ DataCallback
using IFileChunkDownloader::DataCallback |
|
inherited |
Initial value:
::std::function<void(::std::vector<uchar>, uint64, uint64, ::std::function<void(uint64, bool)>)>
◆ update()
virtual void StreamFileDownloader::update |
( |
| ) |
|
|
virtual |
◆ initRealmsFileDownloader()
virtual void StreamFileDownloader::initRealmsFileDownloader |
( |
::std::string const & | , |
|
|
int const | , |
|
|
::std::string const & | , |
|
|
::FileInfo const & | , |
|
|
uint64 | , |
|
|
::std::string const & | , |
|
|
::std::function< void(::DownloaderResult)> | ) |
|
virtual |
◆ initFileDownloader()
virtual void StreamFileDownloader::initFileDownloader |
( |
::std::string const & | , |
|
|
::std::string const & | , |
|
|
::FileInfo const & | , |
|
|
uint64 | , |
|
|
uint64 | , |
|
|
::std::string const & | , |
|
|
::std::function< void(::DownloaderResult)> | ) |
|
virtual |
◆ downloadFile()
virtual void StreamFileDownloader::downloadFile |
( |
::std::function< void(::std::vector< uchar >, uint64, uint64, ::std::function< void(uint64, bool)>)> | , |
|
|
::std::function< void(::DownloaderState)> | ) |
|
virtual |
◆ canCancelDownload()
virtual bool StreamFileDownloader::canCancelDownload |
( |
| ) |
const |
|
virtual |
◆ cancelDownload()
virtual void StreamFileDownloader::cancelDownload |
( |
| ) |
|
|
virtual |
◆ getDownloadTotalSize()
virtual uint64 StreamFileDownloader::getDownloadTotalSize |
( |
| ) |
const |
|
virtual |
◆ getDownloadReceivedSize()
virtual uint64 StreamFileDownloader::getDownloadReceivedSize |
( |
| ) |
const |
|
virtual |
◆ getDownloadProgress()
virtual float StreamFileDownloader::getDownloadProgress |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following file: