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