|
MoSync 3.2.1
|
Base class for classes that perform the download. More...
#include <MAUtil/Downloader.h>
Public Member Functions | |
| DownloaderReader (Downloader *downloader) | |
| virtual void | startRecvToData (Connection *conn)=0 |
| virtual void | connRecvFinished (Connection *conn, int result)=0 |
| int | getContentLength () |
Protected Attributes | |
| Downloader * | mDownloader |
| int | mContentLength |
Base class for classes that perform the download.
| MAUtil::DownloaderReader::DownloaderReader | ( | Downloader * | downloader | ) |
| virtual void MAUtil::DownloaderReader::startRecvToData | ( | Connection * | conn | ) | [pure virtual] |
Implemented in MAUtil::DownloaderReaderThatReadsChunks, and MAUtil::DownloaderReaderWithKnownContentLength.
| virtual void MAUtil::DownloaderReader::connRecvFinished | ( | Connection * | conn, |
| int | result | ||
| ) | [pure virtual] |
Implemented in MAUtil::DownloaderReaderThatReadsChunks, and MAUtil::DownloaderReaderWithKnownContentLength.
Downloader* MAUtil::DownloaderReader::mDownloader [protected] |
int MAUtil::DownloaderReader::mContentLength [protected] |