Class Progress

java.lang.Object
io.goobi.viewer.model.files.external.Progress

public class Progress extends Object
  • Constructor Details

    • Progress

      public Progress(long progress, long totalSize)
  • Method Details

    • getTotalSize

      public long getTotalSize()
    • getProgressAbsolute

      public long getProgressAbsolute()
    • getProgressRelative

      public double getProgressRelative()
    • getProgressPercentage

      public int getProgressPercentage()
    • started

      public boolean started()
    • complete

      public boolean complete()
    • toString

      public String toString()
      Overrides:
      toString in class Object