Class BLProgressCounter
java.lang.Object
com.io7m.brooklime.vanilla.internal.BLProgressCounter
public final class BLProgressCounter
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description BLProgressCounter(java.time.Clock inClock, BLProgressReceiverType inReceiver) -
Method Summary
Modifier and Type Method Description voidaddSizeReceived(long extra)voidstartFile(java.lang.String inName, long inSizeExpected, int inAttemptIndex, int inAttemptMaximum, int inFileIndex, int inFileCount)
-
Constructor Details
-
Method Details
-
addSizeReceived
public void addSizeReceived(long extra) -
startFile
public void startFile(java.lang.String inName, long inSizeExpected, int inAttemptIndex, int inAttemptMaximum, int inFileIndex, int inFileCount)
-