Integral FTP

Class FTPFileSize

Object
   |
   +--FTPFileSize

class FTPFileSize


Represents a file-size. This contains the size of the file in bytes as an integer, a string-representation and the units of the string representation.
Defined in ftpclient.js


Field Summary
 string numberString
          String representation of the number.
 int numBytes
          Number of bytes in the file.
 string units
          Units of the string-representation, numberString.
 
Constructor Summary
FTPFileSize(<int> numBytes)
            Constructs an FTPFileSize object.
 

Field Detail

numberString

string numberString

numBytes

int numBytes

units

string units

Constructor Detail

FTPFileSize

FTPFileSize(<int> numBytes)

Integral FTP

Documentation generated by JSDoc on Tue Jan 24 10:46:49 2012