public class FileInfo
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
long |
atime |
The time the file was last accessed
|
long |
csize |
The storage size consumed by the file
|
long |
ctime |
The time the file was created, or the inode was last changed
|
int |
device |
The id of the device the file is on.
|
long |
filehand |
The file's handle, if accessed (can be submitted to apr_duphandle)
|
int |
filetype |
The type of file.
|
java.lang.String |
fname |
The pathname of the file (possibly unrooted)
|
int |
group |
The group id that owns the file
|
int |
inode |
The inode of the file.
|
long |
mtime |
The time the file was last modified
|
java.lang.String |
name |
The file's name (no path) in filesystem case
|
int |
nlink |
The number of hard links to the file.
|
long |
pool |
Allocates memory and closes lingering handles in the specified pool
|
int |
protection |
The access permissions of the file.
|
long |
size |
The size of the file
|
int |
user |
The user id that owns the file
|
int |
valid |
The bitmask describing valid fields of this apr_finfo_t structure
including all available 'wanted' fields and potentially more
|
Constructor | 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 java.lang.String fname
public java.lang.String name
public long filehand
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.