public static interface Stat.stat
extends org.graalvm.word.PointerBase
| Modifier and Type | Method and Description |
|---|---|
long |
st_atime()
Time of last access.
|
long |
st_blksize()
Optimal block size for I/O.
|
long |
st_blocks()
Number 512-byte blocks allocated.
|
long |
st_ctime()
Time of last status change.
|
long |
st_dev()
Device.
|
int |
st_gid()
Group ID of the file's group.
|
long |
st_ino()
File serial number.
|
int |
st_mode()
File mode.
|
long |
st_mtime()
Time of last modification.
|
long |
st_nlink()
Link count.
|
long |
st_rdev()
Device number, if device.
|
long |
st_size()
Size of file, in bytes.
|
int |
st_uid()
User ID of the file's owner.
|
long st_dev()
long st_ino()
int st_mode()
long st_nlink()
int st_uid()
int st_gid()
long st_rdev()
long st_size()
long st_blksize()
long st_blocks()
long st_atime()
long st_mtime()
long st_ctime()