jtux
Class UFile.s_stat

java.lang.Object
  extended by jtux.UFile.s_stat
Enclosing class:
UFile

public static class UFile.s_stat
extends java.lang.Object

Java version of C struct stat.

Click here for Posix/SUS C API.


Field Summary
 long st_atime
           
 int st_blksize
           
 long st_blocks
           
 long st_ctime
           
 int st_dev
           
 long st_gid
           
 int st_ino
           
 int st_mode
           
 long st_mtime
           
 int st_nlink
           
 int st_rdev
           
 long st_size
           
 long st_uid
           
 
Constructor Summary
UFile.s_stat()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

st_dev

public int st_dev

st_ino

public int st_ino

st_mode

public int st_mode

st_nlink

public int st_nlink

st_uid

public long st_uid

st_gid

public long st_gid

st_rdev

public int st_rdev

st_size

public long st_size

st_atime

public long st_atime

st_mtime

public long st_mtime

st_ctime

public long st_ctime

st_blksize

public int st_blksize

st_blocks

public long st_blocks
Constructor Detail

UFile.s_stat

public UFile.s_stat()