| |
|
| java.lang.Object org.drftpd.AbstractSFVFile org.drftpd.SFVFile
SFVFile | public class SFVFile extends AbstractSFVFile (Code) | | author: mog version: $Id: SFVFile.java 1514 2006-10-16 22:18:03Z tdsoul $ |
Inner Class :public static class SFVStatus | |
filesLeft | public int filesLeft()(Code) | | |
finishedFiles | public int finishedFiles()(Code) | | the number of files in the dir that are in the .sfv and aren't 0 bytes |
getStatus | public SFVStatus getStatus()(Code) | | |
getTotalBytes | public long getTotalBytes()(Code) | | The sum of the size of all files listed in this SFVFile, eventhose which are still being transfered. |
getTotalBytes | public long getTotalBytes(boolean onlyCompletedFiles)(Code) | | Parameters: onlyCompletedFiles - -Add size of only completed files? If false, files stilltransferring can be added. The sum of the size of all files listed in this SFVFile. since: 2.0.4 |
getTotalBytesCompleted | public long getTotalBytesCompleted()(Code) | | The sum of the size of all files listed in this SFVFile. whichhave been completely uploaded. since: 2.0.4 |
getTotalXfertime | public long getTotalXfertime()(Code) | | |
getXferspeed | public long getXferspeed()(Code) | | |
|
|
|