StructStat
constructor(deviceId: Long, inode: Long, mode: Int, type: Filetype, links: Long, usedId: Long, groupId: Long, specialFileDeviceId: Long, size: Long, blockSize: Long, blocks: Long, accessTime: StructTimespec, modificationTime: StructTimespec, changeStatusTime: StructTimespec)(source)
Parameters
deviceId
ID of device containing file
inode
Inode number
mode
File mode
links
Number of hard links
usedId
User ID of owner
groupId
Group ID of owner
specialFileDeviceId
Device ID (if special file)
size
Total size, in bytes
blockSize
Block size for filesystem I/O
blocks
Number of 512 B blocks allocated
accessTime
Time of last access
modificationTime
Time of last modification
changeStatusTime
Time of last status change