public class WindowsRawFileStat extends JavaFileStat
Constructor and Description |
---|
WindowsRawFileStat(POSIX posix,
POSIXHandler handler) |
Modifier and Type | Method and Description |
---|---|
long |
atime()
Limitation: Java has no access time support, so we return mtime as the next best thing.
|
long |
dev() |
int |
nlink() |
long |
rdev() |
void |
setup(CommonFileInformation fileInfo) |
void |
setup(String path,
CommonFileInformation fileInfo) |
blocks, blockSize, ctime, ftype, gid, groupMember, ino, isBlockDev, isCharDev, isDirectory, isEmpty, isExecutable, isExecutableReal, isFifo, isFile, isGroupOwned, isIdentical, isNamedPipe, isOwned, isReadable, isReadableReal, isROwned, isSetgid, isSetuid, isSocket, isSticky, isSymlink, isWritable, isWritableReal, major, minor, mode, mtime, setup, st_size, uid
public WindowsRawFileStat(POSIX posix, POSIXHandler handler)
public void setup(String path, CommonFileInformation fileInfo)
public void setup(CommonFileInformation fileInfo)
public long atime()
JavaFileStat
atime
in interface FileStat
atime
in class JavaFileStat
public long dev()
dev
in interface FileStat
dev
in class JavaFileStat
public int nlink()
nlink
in interface FileStat
nlink
in class JavaFileStat
public long rdev()
rdev
in interface FileStat
rdev
in class JavaFileStat
Copyright © 2015. All Rights Reserved.