ModuleInstallStatusUpdate.ProgressInfo

public static classModuleInstallStatusUpdate.ProgressInfoextendsObject

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 longgetBytesDownloaded()

Returns the number of bytes downloaded so far.

public longgetTotalBytesToDownload()

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.