|
|||||||||
| Home >> All >> ClassLib >> Common >> java >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ClassLib.Common.java.io
Class UnixFileSystem.linux_stat

java.lang.ObjectRun_Time.SystemInterface.Stat
ClassLib.Common.java.io.UnixFileSystem.linux_stat
- All Implemented Interfaces:
- Clazz.jq_DontAlign
- Enclosing class:
- UnixFileSystem
- public static class UnixFileSystem.linux_stat
- extends Run_Time.SystemInterface.Stat
- implements Clazz.jq_DontAlign
- extends Run_Time.SystemInterface.Stat
| Field Summary | |
(package private) int |
__pad1
|
(package private) int |
__pad2
|
(package private) int |
__unused1
|
(package private) int |
__unused2
|
(package private) int |
__unused3
|
(package private) int |
__unused4
|
(package private) int |
__unused5
|
(package private) int |
st_atime
|
(package private) int |
st_blksize
|
(package private) int |
st_blocks
|
(package private) int |
st_ctime
|
(package private) long |
st_dev
|
(package private) int |
st_gid
|
(package private) int |
st_ino
|
(package private) int |
st_mode
|
(package private) int |
st_mtime
|
(package private) int |
st_nlink
|
(package private) long |
st_rdev
|
(package private) int |
st_size
|
(package private) int |
st_uid
|
| Fields inherited from interface Clazz.jq_DontAlign |
_class |
| Constructor Summary | |
UnixFileSystem.linux_stat()
|
|
| Method Summary | |
java.lang.String |
toString()
Convert this Object to a human-readable String. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
st_dev
long st_dev
__pad1
int __pad1
st_ino
int st_ino
st_mode
int st_mode
st_nlink
int st_nlink
st_uid
int st_uid
st_gid
int st_gid
st_rdev
long st_rdev
__pad2
int __pad2
st_size
int st_size
st_blksize
int st_blksize
st_blocks
int st_blocks
st_atime
int st_atime
__unused1
int __unused1
st_mtime
int st_mtime
__unused2
int __unused2
st_ctime
int st_ctime
__unused3
int __unused3
__unused4
int __unused4
__unused5
int __unused5
| Constructor Detail |
UnixFileSystem.linux_stat
public UnixFileSystem.linux_stat()
| Method Detail |
toString
public java.lang.String toString()
- Description copied from class:
java.lang.Object - Convert this Object to a human-readable String.
There are no limits placed on how long this String
should be or what it should contain. We suggest you
make it as intuitive as possible to be able to place
it into System.out.println() 55
and such.
It is typical, but not required, to ensure that this method never completes abruptly with a java.lang.RuntimeException.
This method will be called when performing string concatenation with this object. If the result is
null, string concatenation will instead use"null".The default implementation returns
getClass().getName() + "@" + Integer.toHexString(hashCode()).
|
|||||||||
| Home >> All >> ClassLib >> Common >> java >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
Run_Time.SystemInterface.Stat