public static final class Unix.Stat
extends java.lang.Object
stat
structure.Modifier and Type | Method and Description |
---|---|
int |
getBlockSize() |
long |
getDeviceId() |
int |
getGid() |
long |
getInode() |
long |
getLastAccess() |
long |
getLastModified() |
long |
getLastStatusChange() |
FileLinkType |
getLinkType() |
long |
getNumberOfBlocks() |
int |
getNumberOfHardLinks() |
short |
getPermissions() |
long |
getSize() |
int |
getUid() |
boolean |
isSymbolicLink()
Returns
true , if this link is a symbolic link. |
java.lang.String |
tryGetSymbolicLink() |
public java.lang.String tryGetSymbolicLink()
public long getDeviceId()
public long getInode()
public short getPermissions()
public FileLinkType getLinkType()
public final boolean isSymbolicLink()
true
, if this link is a symbolic link.public int getNumberOfHardLinks()
public int getUid()
public int getGid()
public long getLastAccess()
public long getLastModified()
public long getLastStatusChange()
public long getSize()
public long getNumberOfBlocks()
public int getBlockSize()