public abstract class BaseHeapFileStat extends HeapStruct implements FileStat, com.sun.jna.NativeMapped
HeapStruct.Byte, HeapStruct.Field, HeapStruct.Int16, HeapStruct.Int32, HeapStruct.Int64, HeapStruct.Int8, HeapStruct.Integer, HeapStruct.Long, HeapStruct.LongLong, HeapStruct.Short, HeapStruct.UInt16, HeapStruct.UInt32, HeapStruct.UInt8, HeapStruct.ULong| Constructor and Description |
|---|
BaseHeapFileStat(POSIX posix) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ftype() |
boolean |
groupMember(int gid) |
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) |
addField, fromNative, getByteBuffer, getStructSize, nativeType, toNativeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected final POSIX posix
public BaseHeapFileStat(POSIX posix)
public boolean groupMember(int gid)
groupMember in interface FileStatpublic boolean isBlockDev()
isBlockDev in interface FileStatpublic boolean isDirectory()
isDirectory in interface FileStatpublic boolean isExecutable()
isExecutable in interface FileStatpublic boolean isExecutableReal()
isExecutableReal in interface FileStatpublic boolean isGroupOwned()
isGroupOwned in interface FileStatpublic boolean isIdentical(FileStat other)
isIdentical in interface FileStatpublic boolean isNamedPipe()
isNamedPipe in interface FileStatpublic boolean isReadable()
isReadable in interface FileStatpublic boolean isReadableReal()
isReadableReal in interface FileStatpublic boolean isWritable()
isWritable in interface FileStatpublic boolean isWritableReal()
isWritableReal in interface FileStat