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 |
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, minor
public long atime()
public long blockSize()
public long blocks()
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()
FileStat
public int uid()
Copyright © 2015. All Rights Reserved.