-
public final class ZipCompressionCallback.Report
-
-
Field Summary
Fields Modifier and Type Field Description private final Floatprogressprivate final LongbytesCompressedprivate final IntegerwriteSpeedprivate final IntegerfileCount
-
Constructor Summary
Constructors Constructor Description ZipCompressionCallback.Report(Float progress, Long bytesCompressed, Integer writeSpeed, Integer fileCount)
-
Method Summary
Modifier and Type Method Description final FloatgetProgress()final LonggetBytesCompressed()final IntegergetWriteSpeed()final IntegergetFileCount()-
-
Method Detail
-
getProgress
final Float getProgress()
-
getBytesCompressed
final Long getBytesCompressed()
-
getWriteSpeed
final Integer getWriteSpeed()
-
getFileCount
final Integer getFileCount()
-
-
-
-