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
    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 Details

    • BLProgressCounter

      public BLProgressCounter​(java.time.Clock inClock, BLProgressReceiverType inReceiver)
  • 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)