Class DownloadProgress


  • public class DownloadProgress
    extends Object
    Mutable Download progress.
    • Field Detail

      • bytesDownloaded

        public volatile long bytesDownloaded
        The number of bytes that have been downloaded.
      • percentDownloaded

        public volatile float percentDownloaded
        The percentage that has been downloaded, or C.PERCENTAGE_UNSET if unknown.
    • Constructor Detail

      • DownloadProgress

        public DownloadProgress()