public final class MacOSFileStat extends BaseFileStat
| Modifier and Type | Class and Description |
|---|---|
static class |
MacOSFileStat.Layout |
memory, posix| Constructor and Description |
|---|
MacOSFileStat(jnr.posix.MacOSPOSIX 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 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 © 2015. All Rights Reserved.