public interface UnixFileStat
| Modifier and Type | Method and Description |
|---|---|
long |
getAccessTime()
Время в секундах (от 1970 см.
|
long |
getBlocks()
Кол-во блоков
Из описания: The optimal block size for reading of writing this file, in bytes. |
long |
getBlockSize()
Размер блока в байтах.
|
long |
getCreateTime()
Время в секундах (от 1970 см.
|
long |
getDev()
ХЗ...
|
int |
getGID()
GID группы файла
|
long |
getINO()
INO файла.
|
int |
getMajor(long dev)
ХЗ...
|
int |
getMinor(long dev)
ХЗ...
|
int |
getMode()
Права доступа, и прочее
|
long |
getModifyTime()
Время в секундах (от 1970 см.
|
int |
getNlink()
Кол-во жестких ссылок.
|
long |
getRDev()
ХЗ...
|
long |
getSize()
Размер в байтах
|
int |
getUID()
UID владельца файла
|
long getSize()
int getMode()
long getINO()
int getNlink()
int getUID()
int getGID()
long getAccessTime()
long getModifyTime()
long getCreateTime()
long getBlocks()
long getBlockSize()
long getDev()
long getRDev()
int getMajor(long dev)
dev - см док linux / libcint getMinor(long dev)
dev - см док linux / libcCopyright © 2017. All rights reserved.