Fields Summary |
---|
public long | poolAllocates memory and closes lingering handles in the specified pool |
public int | validThe bitmask describing valid fields of this apr_finfo_t structure
including all available 'wanted' fields and potentially more |
public int | protectionThe access permissions of the file. Mimics Unix access rights. |
public int | filetypeThe 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 | userThe user id that owns the file |
public int | groupThe group id that owns the file |
public int | inodeThe inode of the file. |
public int | deviceThe id of the device the file is on. |
public int | nlinkThe number of hard links to the file. |
public long | sizeThe size of the file |
public long | csizeThe storage size consumed by the file |
public long | atimeThe time the file was last accessed |
public long | mtimeThe time the file was last modified |
public long | ctimeThe time the file was created, or the inode was last changed |
public String | fnameThe pathname of the file (possibly unrooted) |
public String | nameThe file's name (no path) in filesystem case |
public long | filehandThe file's handle, if accessed (can be submitted to apr_duphandle) |