public interface FileStat
Modifier and Type | Field and Description |
---|---|
static int |
ALL_READ |
static int |
ALL_WRITE |
static int |
S_IFBLK |
static int |
S_IFCHR |
static int |
S_IFDIR |
static int |
S_IFIFO |
static int |
S_IFLNK |
static int |
S_IFMT |
static int |
S_IFREG |
static int |
S_IFSOCK |
static int |
S_IRGRP |
static int |
S_IROTH |
static int |
S_IRUSR |
static int |
S_ISGID |
static int |
S_ISUID |
static int |
S_ISVTX |
static int |
S_IWGRP |
static int |
S_IWOTH |
static int |
S_IWUSR |
static int |
S_IXGRP |
static int |
S_IXOTH |
static int |
S_IXUGO |
static int |
S_IXUSR |
Modifier and Type | Method and Description |
---|---|
long |
atime() |
long |
blocks() |
long |
blockSize() |
long |
ctime() |
long |
dev() |
String |
ftype() |
int |
gid() |
boolean |
groupMember(int gid) |
long |
ino() |
boolean |
isBlockDev() |
boolean |
isCharDev() |
boolean |
isDirectory() |
boolean |
isEmpty() |
boolean |
isExecutable() |
boolean |
isExecutableReal() |
boolean |
isFifo() |
boolean |
isFile() |
boolean |
isGroupOwned() |
boolean |
isIdentical(FileStat other) |
boolean |
isNamedPipe() |
boolean |
isOwned() |
boolean |
isReadable() |
boolean |
isReadableReal() |
boolean |
isROwned() |
boolean |
isSetgid() |
boolean |
isSetuid() |
boolean |
isSocket() |
boolean |
isSticky() |
boolean |
isSymlink() |
boolean |
isWritable() |
boolean |
isWritableReal() |
int |
major(long dev) |
int |
minor(long dev) |
int |
mode() |
long |
mtime() |
int |
nlink() |
long |
rdev() |
long |
st_size()
Note: Name 'st_size' since Structure has a 'size' method already
|
int |
uid() |
static final int S_IFIFO
static final int S_IFCHR
static final int S_IFDIR
static final int S_IFBLK
static final int S_IFREG
static final int S_IFLNK
static final int S_IFSOCK
static final int S_IFMT
static final int S_ISUID
static final int S_ISGID
static final int S_ISVTX
static final int S_IRUSR
static final int S_IWUSR
static final int S_IXUSR
static final int S_IRGRP
static final int S_IWGRP
static final int S_IXGRP
static final int S_IROTH
static final int S_IWOTH
static final int S_IXOTH
static final int ALL_READ
static final int ALL_WRITE
static final int S_IXUGO
long atime()
long blocks()
long blockSize()
long ctime()
long dev()
String ftype()
int gid()
boolean groupMember(int gid)
long ino()
boolean isBlockDev()
boolean isCharDev()
boolean isDirectory()
boolean isEmpty()
boolean isExecutable()
boolean isExecutableReal()
boolean isFifo()
boolean isFile()
boolean isGroupOwned()
boolean isIdentical(FileStat other)
boolean isNamedPipe()
boolean isOwned()
boolean isROwned()
boolean isReadable()
boolean isReadableReal()
boolean isWritable()
boolean isWritableReal()
boolean isSetgid()
boolean isSetuid()
boolean isSocket()
boolean isSticky()
boolean isSymlink()
int major(long dev)
int minor(long dev)
int mode()
long mtime()
int nlink()
long rdev()
long st_size()
int uid()
Copyright © 2015. All Rights Reserved.