|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.myJava.file.metadata.posix.jni.wrapper.AbstractMethodResult
com.myJava.file.metadata.posix.jni.wrapper.GetDataResult
public class GetDataResult
This class mimics the "stat" structure returned on POSIX systems.
Field Summary | |
---|---|
long |
__unused4
|
long |
__unused5
|
long |
st_atime
|
long |
st_blksize
Filesystem's block size |
long |
st_blocks
Actual nr of allocated blocks |
long |
st_ctime
|
long |
st_dev
File device number |
long |
st_gid
|
long |
st_ino
Inode : File serial number |
long |
st_mode
|
long |
st_mtime
|
long |
st_nlink
Nr of hard links |
long |
st_rdev
Device type if inode is a device |
long |
st_size
|
long |
st_uid
|
Fields inherited from class com.myJava.file.metadata.posix.jni.wrapper.AbstractMethodResult |
---|
errorNumber, returnCode, transcodedErrorNumber |
Constructor Summary | |
---|---|
GetDataResult()
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class com.myJava.file.metadata.posix.jni.wrapper.AbstractMethodResult |
---|
getErrorMessage, getErrorNumber, getErrorToString, getReturnCode, getTranscodedErrorNumber, isError, setError |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public long st_ctime
public long st_mtime
public long st_atime
public long st_mode
public long st_size
public long st_dev
public long st_ino
public long st_nlink
public long st_uid
public long st_gid
public long st_rdev
public long st_blksize
public long st_blocks
public long __unused4
public long __unused5
Constructor Detail |
---|
public GetDataResult()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |