public static class DownloadList.DownloadInfo
extends java.lang.Object
Constructor and Description |
---|
DownloadInfo() |
Modifier and Type | Method and Description |
---|---|
long |
getDownloadedBytes()
Get the downloaded bytes.
|
int |
getDownloadedFiles()
Get the number of downloaded files.
|
long |
getTotalToDownloadBytes()
Get the total of bytes to download.
|
int |
getTotalToDownloadFiles()
Get the number of files to download.
|
void |
reset()
Reset this download info object.
|
public void reset()
public long getTotalToDownloadBytes()
public long getDownloadedBytes()
public int getTotalToDownloadFiles()
public int getDownloadedFiles()