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