add stats window...right now the values mean nothing

This commit is contained in:
Mitchell Livingston
2007-11-19 18:13:41 +00:00
parent 4cfa1ca6b5
commit 97d4bc1709
11 changed files with 1036 additions and 18 deletions

View File

@@ -30,6 +30,8 @@
- (NSString *) stringByAppendingEllipsis;
+ (NSString *) stringForFileSize: (uint64_t) size;
+ (NSString *) stringForLargeFileSizeGigs: (uint64_t) gigs bytes: (uint64_t) bytes;
+ (NSString *) stringForSpeed: (float) speed;
+ (NSString *) stringForSpeedAbbrev: (float) speed;
+ (NSString *) stringForRatio: (float) ratio;