Package org.filestack
Class Progress<T>
java.lang.Object
org.filestack.Progress<T>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Progress
Deprecated.access to this constructor is scheduled to be limited in 1.0.0 to internal use only.Basic constructor for Progress.
-
-
Method Details
-
getBytesMoved
public long getBytesMoved() -
getBytesTotal
public long getBytesTotal() -
getPercent
public double getPercent() -
getElapsed
public int getElapsed()Time elapsed in seconds. -
getRate
public double getRate()Average transfer rate in bytes/second. -
getEta
public int getEta()Estimated time left in seconds given current progress and rate. -
getData
Get any data associated with the transfer. May be null.
-