public class WindowsFileStat extends BaseFileStat
memory, posix
Constructor and Description |
---|
WindowsFileStat(jnr.posix.NativePOSIX posix) |
Modifier and Type | Method and Description |
---|---|
long |
atime() |
long |
blocks() |
long |
blockSize() |
long |
ctime() |
long |
dev() |
int |
gid() |
boolean |
groupMember(int gid) |
long |
ino() |
boolean |
isExecutable() |
boolean |
isExecutableReal() |
boolean |
isOwned() |
boolean |
isReadable() |
boolean |
isReadableReal() |
boolean |
isROwned() |
boolean |
isWritable() |
boolean |
isWritableReal() |
int |
mode() |
long |
mtime() |
int |
nlink() |
long |
rdev() |
long |
st_size()
Note: Name 'st_size' since Structure has a 'size' method already
|
String |
toString() |
int |
uid() |
ftype, isBlockDev, isCharDev, isDirectory, isEmpty, isFifo, isFile, isGroupOwned, isIdentical, isNamedPipe, isSetgid, isSetuid, isSocket, isSticky, isSymlink, 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()
public boolean groupMember(int gid)
groupMember
in interface FileStat
groupMember
in class BaseFileStat
public boolean isExecutable()
isExecutable
in interface FileStat
isExecutable
in class BaseFileStat
public boolean isExecutableReal()
isExecutableReal
in interface FileStat
isExecutableReal
in class BaseFileStat
public boolean isOwned()
isOwned
in interface FileStat
isOwned
in class BaseFileStat
public boolean isROwned()
isROwned
in interface FileStat
isROwned
in class BaseFileStat
public boolean isReadable()
isReadable
in interface FileStat
isReadable
in class BaseFileStat
public boolean isReadableReal()
isReadableReal
in interface FileStat
isReadableReal
in class BaseFileStat
public boolean isWritable()
isWritable
in interface FileStat
isWritable
in class BaseFileStat
public boolean isWritableReal()
isWritableReal
in interface FileStat
isWritableReal
in class BaseFileStat
Copyright © 2015. All Rights Reserved.