-
-
Field Summary
-
Fields inherited from interface jnr.posix.FileStat
ALL_READ, ALL_WRITE, S_IFBLK, S_IFCHR, S_IFDIR, S_IFIFO, S_IFLNK, S_IFMT, S_IFREG, S_IFSOCK, S_IRGRP, S_IROTH, S_IRUSR, S_ISGID, S_ISUID, S_ISVTX, S_IWGRP, S_IWOTH, S_IWUSR, S_IXGRP, S_IXOTH, S_IXUGO, S_IXUSR
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
atime
public long atime()
- Specified by:
atime in interface jnr.posix.FileStat
-
blocks
public long blocks()
- Specified by:
blocks in interface jnr.posix.FileStat
-
blockSize
public long blockSize()
- Specified by:
blockSize in interface jnr.posix.FileStat
-
ctime
public long ctime()
- Specified by:
ctime in interface jnr.posix.FileStat
-
dev
public long dev()
- Specified by:
dev in interface jnr.posix.FileStat
-
ftype
public String ftype()
- Specified by:
ftype in interface jnr.posix.FileStat
-
gid
public int gid()
- Specified by:
gid in interface jnr.posix.FileStat
-
ino
public long ino()
- Specified by:
ino in interface jnr.posix.FileStat
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface jnr.posix.FileStat
-
isFifo
public boolean isFifo()
- Specified by:
isFifo in interface jnr.posix.FileStat
-
isFile
public boolean isFile()
- Specified by:
isFile in interface jnr.posix.FileStat
-
isOwned
public boolean isOwned()
- Specified by:
isOwned in interface jnr.posix.FileStat
-
major
public int major(long l)
- Specified by:
major in interface jnr.posix.FileStat
-
minor
public int minor(long l)
- Specified by:
minor in interface jnr.posix.FileStat
-
mode
public int mode()
- Specified by:
mode in interface jnr.posix.FileStat
-
mtime
public long mtime()
- Specified by:
mtime in interface jnr.posix.FileStat
-
nlink
public int nlink()
- Specified by:
nlink in interface jnr.posix.FileStat
-
rdev
public long rdev()
- Specified by:
rdev in interface jnr.posix.FileStat
-
st_size
public long st_size()
- Specified by:
st_size in interface jnr.posix.FileStat
-
uid
public int uid()
- Specified by:
uid in interface jnr.posix.FileStat
Copyright © 2001-2013 JRuby. All Rights Reserved.