-
public final class FileCallback.ReportOnly called if the returned onStart greater than
0
-
-
Field Summary
Fields Modifier and Type Field Description private final Floatprogressprivate final LongbytesMovedprivate final IntegerwriteSpeed
-
Constructor Summary
Constructors Constructor Description FileCallback.Report(Float progress, Long bytesMoved, Integer writeSpeed)
-
Method Summary
Modifier and Type Method Description final FloatgetProgress()final LonggetBytesMoved()final IntegergetWriteSpeed()-
-
Method Detail
-
getProgress
final Float getProgress()
-
getBytesMoved
final Long getBytesMoved()
-
getWriteSpeed
final Integer getWriteSpeed()
-
-
-
-