|
Integral FTP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--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 |
string numberString
int numBytes
string units
Constructor Detail |
FTPFileSize(<int> numBytes)
numBytes
- Number of bytes in the file.
|
Integral FTP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |