Class DownloadList.DownloadInfo

java.lang.Object
fr.flowarg.flowupdater.download.DownloadList.DownloadInfo
Enclosing class:
DownloadList

public static class DownloadList.DownloadInfo extends 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.