Class BLProgressCounter


  • public final class BLProgressCounter
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addSizeReceived​(long extra)  
      void startFile​(java.lang.String inName, long inSizeExpected, int inAttemptIndex, int inAttemptMaximum, int inFileIndex, int inFileCount)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BLProgressCounter

        public BLProgressCounter​(java.time.Clock inClock,
                                 BLProgressReceiverType inReceiver)
    • Method Detail

      • addSizeReceived

        public void addSizeReceived​(long extra)
      • startFile

        public void startFile​(java.lang.String inName,
                              long inSizeExpected,
                              int inAttemptIndex,
                              int inAttemptMaximum,
                              int inFileIndex,
                              int inFileCount)