| Package | com.hippohx |
| Class | public class FileStats |
See also
| Property | Defined by | ||
|---|---|---|---|
| atime : Date
Time of last access.
| FileStats | ||
| ctime : Date
Time of last change.
| FileStats | ||
| dev : int
Device number.
| FileStats | ||
| gid : int
Group id of owner.
| FileStats | ||
| ino : int
Inode number.
| FileStats | ||
| mode : int
Bit field containing file protection settings.
| FileStats | ||
| mtime : Date
Time of last modification.
| FileStats | ||
| nlink : int
Number of hard links to the file.
| FileStats | ||
| rdev : int
N/A
| FileStats | ||
| size : int
File size in bytes.
| FileStats | ||
| uid : int
User id of file owner.
| FileStats | ||
| Method | Defined by | ||
|---|---|---|---|
| FileStats | |||
|
toString():String
This is just a nice way of displaying object's information within a trace function.
| FileStats | ||
| atime | property |
public var atime:DateTime of last access.
| ctime | property |
public var ctime:DateTime of last change.
| dev | property |
public var dev:intDevice number.
| gid | property |
public var gid:intGroup id of owner.
| ino | property |
public var ino:intInode number.
| mode | property |
public var mode:intBit field containing file protection settings.
| mtime | property |
public var mtime:DateTime of last modification.
| nlink | property |
public var nlink:intNumber of hard links to the file.
| rdev | property |
public var rdev:intN/A
| size | property |
public var size:intFile size in bytes.
| uid | property |
public var uid:intUser id of file owner.
| FileStats | () | constructor |
public function FileStats()
| toString | () | method |
public function toString():StringThis is just a nice way of displaying object's information within a trace function.
ReturnsString |