FileStat
, NanosecondFileStat
public class LinuxFileStatSPARCV9 extends BaseFileStat implements NanosecondFileStat
Modifier and Type | Class | Description |
---|---|---|
static class |
LinuxFileStatSPARCV9.Layout |
Modifier and Type | Field | Description |
---|---|---|
static LinuxFileStatSPARCV9.Layout |
layout |
memory, posix
Constructor | Description |
---|---|
LinuxFileStatSPARCV9(jnr.posix.LinuxPOSIX 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, minor
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, minor
public static final LinuxFileStatSPARCV9.Layout layout
public long aTimeNanoSecs()
aTimeNanoSecs
in interface NanosecondFileStat
public long cTimeNanoSecs()
cTimeNanoSecs
in interface NanosecondFileStat
public long mTimeNanoSecs()
mTimeNanoSecs
in interface NanosecondFileStat
public long st_size()
FileStat
Copyright © 2018. All rights reserved.