-
-
Constructor Summary
Constructors
| Constructor and Description |
FileStatImpl(xyz.cofe.unix.libc.FileStat src) |
FileStatImpl(xyz.cofe.fs.UnixFileStat src) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getSize
public long getSize()
- Specified by:
getSize in interface xyz.cofe.fs.UnixFileStat
- Specified by:
getSize in interface xyz.cofe.unix.libc.FileStat
-
getMode
public int getMode()
- Specified by:
getMode in interface xyz.cofe.fs.UnixFileStat
- Specified by:
getMode in interface xyz.cofe.unix.libc.FileStat
-
getINO
public long getINO()
- Specified by:
getINO in interface xyz.cofe.fs.UnixFileStat
- Specified by:
getINO in interface xyz.cofe.unix.libc.FileStat
-
getNlink
public int getNlink()
- Specified by:
getNlink in interface xyz.cofe.fs.UnixFileStat
- Specified by:
getNlink in interface xyz.cofe.unix.libc.FileStat
-
getUID
public int getUID()
- Specified by:
getUID in interface xyz.cofe.fs.UnixFileStat
- Specified by:
getUID in interface xyz.cofe.unix.libc.FileStat
-
getGID
public int getGID()
- Specified by:
getGID in interface xyz.cofe.fs.UnixFileStat
- Specified by:
getGID in interface xyz.cofe.unix.libc.FileStat
-
getBlocks
public long getBlocks()
- Specified by:
getBlocks in interface xyz.cofe.fs.UnixFileStat
- Specified by:
getBlocks in interface xyz.cofe.unix.libc.FileStat
-
getDev
public long getDev()
- Specified by:
getDev in interface xyz.cofe.fs.UnixFileStat
- Specified by:
getDev in interface xyz.cofe.unix.libc.FileStat
-
getRDev
public long getRDev()
- Specified by:
getRDev in interface xyz.cofe.fs.UnixFileStat
- Specified by:
getRDev in interface xyz.cofe.unix.libc.FileStat
Copyright © 2017. All rights reserved.