FileDocCategorySizeDatePackage
FileInfo.javaAPI DocApache Tomcat 6.0.142661Fri Jul 20 04:20:36 BST 2007org.apache.tomcat.jni

FileInfo

public class FileInfo extends Object
Fileinfo
author
Mladen Turk
version
$Revision: 467222 $, $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. 2006) $

Fields Summary
public long
pool
Allocates memory and closes lingering handles in the specified pool
public int
valid
The bitmask describing valid fields of this apr_finfo_t structure including all available 'wanted' fields and potentially more
public int
protection
The access permissions of the file. Mimics Unix access rights.
public int
filetype
The type of file. One of APR_REG, APR_DIR, APR_CHR, APR_BLK, APR_PIPE, APR_LNK or APR_SOCK. If the type is undetermined, the value is APR_NOFILE. If the type cannot be determined, the value is APR_UNKFILE.
public int
user
The user id that owns the file
public int
group
The group id that owns the file
public int
inode
The inode of the file.
public int
device
The id of the device the file is on.
public int
nlink
The number of hard links to the file.
public long
size
The size of the file
public long
csize
The storage size consumed by the file
public long
atime
The time the file was last accessed
public long
mtime
The time the file was last modified
public long
ctime
The time the file was created, or the inode was last changed
public String
fname
The pathname of the file (possibly unrooted)
public String
name
The file's name (no path) in filesystem case
public long
filehand
The file's handle, if accessed (can be submitted to apr_duphandle)
Constructors Summary
Methods Summary