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, uidpublic WindowsRawFileStat(POSIX posix, POSIXHandler handler)
public void setup(String path, CommonFileInformation fileInfo)
public void setup(CommonFileInformation fileInfo)
public long atime()
JavaFileStatatime in interface FileStatatime in class JavaFileStatpublic long dev()
dev in interface FileStatdev in class JavaFileStatpublic int nlink()
nlink in interface FileStatnlink in class JavaFileStatpublic long rdev()
rdev in interface FileStatrdev in class JavaFileStatCopyright © 2015. All Rights Reserved.