FileStat, NanosecondFileStatpublic final class AixFileStat extends BaseFileStat implements NanosecondFileStat
memory, posix| Constructor | Description |
|---|---|
AixFileStat(NativePOSIX posix) |
| Modifier and Type | Method | Description |
|---|---|---|
long |
atime() |
|
long |
aTimeNanoSecs() |
|
long |
blocks() |
|
long |
blockSize() |
|
long |
ctime() |
|
long |
cTimeNanoSecs() |
|
long |
dev() |
|
int |
gid() |
|
long |
ino() |
|
int |
mode() |
|
long |
mtime() |
|
long |
mTimeNanoSecs() |
|
int |
nlink() |
|
long |
rdev() |
|
long |
st_size() |
Note: Name 'st_size' since Structure has a 'size' method already
|
int |
uid() |
ftype, groupMember, isBlockDev, isCharDev, isDirectory, isEmpty, isExecutable, isExecutableReal, isFifo, isFile, isGroupOwned, isIdentical, isNamedPipe, isOwned, isReadable, isReadableReal, isROwned, isSetgid, isSetuid, isSocket, isSticky, isSymlink, isWritable, isWritableReal, major, minorftype, groupMember, isBlockDev, isCharDev, isDirectory, isEmpty, isExecutable, isExecutableReal, isFifo, isFile, isGroupOwned, isIdentical, isNamedPipe, isOwned, isReadable, isReadableReal, isROwned, isSetgid, isSetuid, isSocket, isSticky, isSymlink, isWritable, isWritableReal, major, minorpublic AixFileStat(NativePOSIX posix)
public long st_size()
FileStatpublic long aTimeNanoSecs()
aTimeNanoSecs in interface NanosecondFileStatpublic long cTimeNanoSecs()
cTimeNanoSecs in interface NanosecondFileStatpublic long mTimeNanoSecs()
mTimeNanoSecs in interface NanosecondFileStatCopyright © 2018. All rights reserved.