public final class LinuxFileStat64 extends BaseFileStat
| Modifier and Type | Class and Description |
|---|---|
static class |
LinuxFileStat64.Layout |
memory, posix| Constructor and Description |
|---|
LinuxFileStat64(jnr.posix.LinuxPOSIX posix) |
| Modifier and Type | Method and Description |
|---|---|
long |
atime() |
long |
aTimeNanoSecs() |
long |
blocks() |
long |
blockSize() |
long |
ctime() |
long |
cTimeNanoSecs() |
long |
dev() |
int |
gid() |
long |
ino() |
int |
mode() |
long |
mtime() |
long |
mTimeNanoSecs() |
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 long atime()
public long aTimeNanoSecs()
public long blockSize()
public long blocks()
public long ctime()
public long cTimeNanoSecs()
public long dev()
public int gid()
public long ino()
public int mode()
public long mtime()
public long mTimeNanoSecs()
public int nlink()
public long rdev()
public long st_size()
FileStatpublic int uid()
Copyright © 2017. All Rights Reserved.