public class FileInfo extends Object
| Modifier and Type | Field and Description | 
|---|---|
| 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. | 
| 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 | 
| 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 and Description | 
|---|
| FileInfo() | 
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 String fname
public String name
public long filehand
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.