Class FileCommander.RealFileTaskProgress

java.lang.Object
com.mku.fs.drive.utils.FileCommander.RealFileTaskProgress
Enclosing class:
FileCommander

public class FileCommander.RealFileTaskProgress extends Object
Task progress for IFile(s).
  • Method Details

    • getFile

      public IFile getFile()
      Get the associated file.
      Returns:
      The file being processed.
    • getTotalBytes

      public long getTotalBytes()
      Get the file size.
      Returns:
      The file size in bytes.
    • getProcessedBytes

      public long getProcessedBytes()
      Get the bytes processed.
      Returns:
      The byte processed.
    • getProcessedFiles

      public int getProcessedFiles()
      Get the number of files processed.
      Returns:
      The number of files processed.
    • getTotalFiles

      public int getTotalFiles()
      Get the total number of files submitted.
      Returns:
      The total number of files submitted.