public interface ProgressStatus
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
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 © 2025. All rights reserved.