Class EnhancedDownloadManager.progressiveStats

    • Constructor Detail

      • progressiveStats

        protected progressiveStats()
    • Method Detail

      • isProviderActive

        protected abstract boolean isProviderActive()
      • getCurrentProviderPosition

        protected abstract long getCurrentProviderPosition​(boolean absolute)
      • getStreamBytesPerSecondMax

        protected abstract long getStreamBytesPerSecondMax()
      • getStreamBytesPerSecondMin

        protected abstract long getStreamBytesPerSecondMin()
      • getDownloadBytesPerSecond

        protected abstract long getDownloadBytesPerSecond()
      • getETA

        protected abstract long getETA()
      • getBufferBytes

        public abstract long getBufferBytes()
      • getSecondsToDownload

        protected abstract long getSecondsToDownload()
      • getSecondsToWatch

        protected abstract long getSecondsToWatch()
      • update

        protected abstract void update​(int tick_count)
      • formatBytes

        protected java.lang.String formatBytes​(long l)
      • formatSpeed

        protected java.lang.String formatSpeed​(long l)