com.myJava.file.metadata.posix.jni.wrapper
Class GetDataResult

java.lang.Object
  extended by com.myJava.file.metadata.posix.jni.wrapper.AbstractMethodResult
      extended by com.myJava.file.metadata.posix.jni.wrapper.GetDataResult

public class GetDataResult
extends AbstractMethodResult

This class mimics the "stat" structure returned on POSIX systems.

Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

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

st_ctime

public long st_ctime

st_mtime

public long st_mtime

st_atime

public long st_atime

st_mode

public long st_mode

st_size

public long st_size

st_dev

public long st_dev
File device number


st_ino

public long st_ino
Inode : File serial number


st_nlink

public long st_nlink
Nr of hard links


st_uid

public long st_uid

st_gid

public long st_gid

st_rdev

public long st_rdev
Device type if inode is a device


st_blksize

public long st_blksize
Filesystem's block size


st_blocks

public long st_blocks
Actual nr of allocated blocks


__unused4

public long __unused4

__unused5

public long __unused5
Constructor Detail

GetDataResult

public GetDataResult()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object