ModuleInstallStatusUpdate.ProgressInfo

public static class ModuleInstallStatusUpdate.ProgressInfo extends Object

Download progress information for an ModuleInstallStatusUpdate.

Public Method Summary

long
getBytesDownloaded()
Returns the number of bytes downloaded so far.
long
getTotalBytesToDownload()
Returns the total number of bytes to download in this session.

Inherited Method Summary

Public Methods

public long getBytesDownloaded ()

Returns the number of bytes downloaded so far.

public long getTotalBytesToDownload ()

Returns the total number of bytes to download in this session.

The total number of bytes to download is guaranteed to be greater than 0.