public class SolarisFileStat64 extends BaseFileStat
memory, posix| Constructor and Description |
|---|
SolarisFileStat64() |
SolarisFileStat64(NativePOSIX posix) |
| Modifier and Type | Method and Description |
|---|---|
long |
atime() |
long |
blocks() |
long |
blockSize() |
long |
ctime() |
long |
dev() |
int |
gid() |
long |
ino() |
int |
mode() |
long |
mtime() |
int |
nlink() |
long |
rdev() |
long |
st_size()
Note: Name 'st_size' since Structure has a 'size' method already
|
int |
uid() |
ftype, groupMember, isBlockDev, isCharDev, isDirectory, isEmpty, isExecutable, isExecutableReal, isFifo, isFile, isGroupOwned, isIdentical, isNamedPipe, isOwned, isReadable, isReadableReal, isROwned, isSetgid, isSetuid, isSocket, isSticky, isSymlink, isWritable, isWritableReal, major, minorpublic SolarisFileStat64()
public SolarisFileStat64(NativePOSIX posix)
public long atime()
public long blocks()
public long blockSize()
public long ctime()
public long dev()
public int gid()
public long ino()
public int mode()
public long mtime()
public int nlink()
public long rdev()
public long st_size()
FileStatpublic int uid()
Copyright © 2017. All Rights Reserved.