StructStat
class StructStat(val deviceId: Long, val inode: Long, val mode: Int, val type: Filetype, val links: Long, val usedId: Long, val groupId: Long, val specialFileDeviceId: Long, val size: Long, val blockSize: Long, val blocks: Long, val accessTime: StructTimespec, val modificationTime: StructTimespec, val 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
Constructors
Link copied to clipboard
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)