Package fr.flowarg.flowupdater.download
Class DownloadList.DownloadInfo
java.lang.Object
fr.flowarg.flowupdater.download.DownloadList.DownloadInfo
- Enclosing class:
- DownloadList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGet the downloaded bytes.intGet the number of downloaded files.longGet the total of bytes to download.intGet the number of files to download.voidreset()Reset this download info object.
-
Constructor Details
-
DownloadInfo
public DownloadInfo()
-
-
Method Details
-
reset
public void reset()Reset this download info object. -
getTotalToDownloadBytes
public long getTotalToDownloadBytes()Get the total of bytes to download.- Returns:
- bytes to download.
-
getDownloadedBytes
public long getDownloadedBytes()Get the downloaded bytes.- Returns:
- the downloaded bytes.
-
getTotalToDownloadFiles
public int getTotalToDownloadFiles()Get the number of files to download.- Returns:
- number of files to download.
-
getDownloadedFiles
public int getDownloadedFiles()Get the number of downloaded files.- Returns:
- the number of downloaded files.
-