-
public final class ZipDecompressionCallback.ReportCan't calculate write speed, progress and decompressed file size for the given period onStart, because we can't get the final size of the decompressed files unless we unzip it first, so only
bytesDecompressedandfileCountthat can be provided.
-
-
Field Summary
Fields Modifier and Type Field Description private final LongbytesDecompressedprivate final IntegerwriteSpeedprivate final IntegerfileCount
-
Constructor Summary
Constructors Constructor Description ZipDecompressionCallback.Report(Long bytesDecompressed, Integer writeSpeed, Integer fileCount)
-
Method Summary
Modifier and Type Method Description final LonggetBytesDecompressed()final IntegergetWriteSpeed()final IntegergetFileCount()-
-
Method Detail
-
getBytesDecompressed
final Long getBytesDecompressed()
-
getWriteSpeed
final Integer getWriteSpeed()
-
getFileCount
final Integer getFileCount()
-
-
-
-