-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
protected jnr.ffi.Pointer |
memory |
protected POSIX |
posix |
-
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
-
Constructor Summary
Constructors
| Modifier |
Constructor and Description |
protected |
BaseFileStat(NativePOSIX posix,
jnr.ffi.StructLayout layout) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jnr.posix.FileStat
atime, blocks, blockSize, ctime, dev, gid, ino, mode, mtime, nlink, rdev, st_size, uid
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface FileStat
-
isFile
public boolean isFile()
- Specified by:
isFile in interface FileStat
-
isFifo
public boolean isFifo()
- Specified by:
isFifo in interface FileStat
-
isOwned
public boolean isOwned()
- Specified by:
isOwned in interface FileStat
Copyright © 2017. All Rights Reserved.