public class WindowsFileStat extends BaseFileStat
memory, posix| Constructor and Description |
|---|
WindowsFileStat(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
|
java.lang.String |
toString() |
int |
uid() |
ftype, isBlockDev, isCharDev, isDirectory, isEmpty, isFifo, isFile, isGroupOwned, isIdentical, isNamedPipe, isSetgid, isSetuid, isSocket, isSticky, isSymlink, major, minorpublic WindowsFileStat(NativePOSIX posix)
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()
FileStatpublic int uid()
public boolean groupMember(int gid)
groupMember in interface FileStatgroupMember in class BaseFileStatpublic boolean isExecutable()
isExecutable in interface FileStatisExecutable in class BaseFileStatpublic boolean isExecutableReal()
isExecutableReal in interface FileStatisExecutableReal in class BaseFileStatpublic boolean isOwned()
isOwned in interface FileStatisOwned in class BaseFileStatpublic boolean isROwned()
isROwned in interface FileStatisROwned in class BaseFileStatpublic boolean isReadable()
isReadable in interface FileStatisReadable in class BaseFileStatpublic boolean isReadableReal()
isReadableReal in interface FileStatisReadableReal in class BaseFileStatpublic boolean isWritable()
isWritable in interface FileStatisWritable in class BaseFileStatpublic boolean isWritableReal()
isWritableReal in interface FileStatisWritableReal in class BaseFileStatpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018. All Rights Reserved.