Package com.mku.fs.drive.utils
Class FileCommander.RealFileTaskProgress
java.lang.Object
com.mku.fs.drive.utils.FileCommander.RealFileTaskProgress
- Enclosing class:
- FileCommander
Task progress for IFile(s).
-
Method Summary
Modifier and TypeMethodDescriptiongetFile()Get the associated file.longGet the bytes processed.intGet the number of files processed.longGet the file size.intGet the total number of files submitted.
-
Method Details
-
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.
-