| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tomcat.jni.FileInfo
public class FileInfo
Fileinfo
| Field Summary | |
|---|---|
|  long | atimeThe time the file was last accessed | 
|  long | csizeThe storage size consumed by the file | 
|  long | ctimeThe time the file was created, or the inode was last changed | 
|  int | deviceThe id of the device the file is on. | 
|  long | filehandThe file's handle, if accessed (can be submitted to apr_duphandle) | 
|  int | filetypeThe type of file. | 
|  java.lang.String | fnameThe pathname of the file (possibly unrooted) | 
|  int | groupThe group id that owns the file | 
|  int | inodeThe inode of the file. | 
|  long | mtimeThe time the file was last modified | 
|  java.lang.String | nameThe file's name (no path) in filesystem case | 
|  int | nlinkThe number of hard links to the file. | 
|  long | poolAllocates memory and closes lingering handles in the specified pool | 
|  int | protectionThe access permissions of the file. | 
|  long | sizeThe size of the file | 
|  int | userThe user id that owns the file | 
|  int | validThe bitmask describing valid fields of this apr_finfo_t structure including all available 'wanted' fields and potentially more | 
| Constructor Summary | |
|---|---|
| FileInfo() | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public long pool
public int valid
public int protection
public int filetype
public int user
public int group
public int inode
public int device
public int nlink
public long size
public long csize
public long atime
public long mtime
public long ctime
public java.lang.String fname
public java.lang.String name
public long filehand
| Constructor Detail | 
|---|
public FileInfo()
| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||