public interface ProgressStatus
Modifier and Type | Method and Description |
---|---|
double |
getAverageSpeed()
Obtain the average speed.
|
double |
getInstantaneousSpeed()
Obtain the instantaneous speed.
|
long |
getNewlyTransferredBytes()
Obtain the number of new bytes.
|
long |
getTotalBytes()
Obtain the number of bytes to be transferred.
|
int |
getTransferPercentage()
Obtain the transfer progress
|
long |
getTransferredBytes()
Obtain the number of transferred bytes.
|
double getInstantaneousSpeed()
double getAverageSpeed()
int getTransferPercentage()
long getNewlyTransferredBytes()
long getTransferredBytes()
long getTotalBytes()
Copyright © 2019. All rights reserved.