Object stat info.
More...
#include <XrdClXRootDResponses.hh>
Flags.
| Enumerator |
|---|
| XBitSet |
Executable/searchable bit set.
|
| IsDir |
This is a directory.
|
| Other |
Neither a file nor a directory.
|
| Offline |
File is not online (ie. on disk)
|
| POSCPending |
File opened with POST flag, not yet successfully closed
|
| IsReadable |
Read access is allowed.
|
| IsWritable |
Write access is allowed.
|
| XrdCl::StatInfo::StatInfo |
( |
const char * |
data | ) |
|
| uint32_t XrdCl::StatInfo::GetFlags |
( |
| ) |
const |
|
inline |
| const std::string XrdCl::StatInfo::GetId |
( |
| ) |
const |
|
inline |
| uint64_t XrdCl::StatInfo::GetModTime |
( |
| ) |
const |
|
inline |
Get modification time (in seconds since epoch)
References pModTime.
| std::string XrdCl::StatInfo::GetModTimeAsString |
( |
| ) |
const |
|
inline |
| uint64_t XrdCl::StatInfo::GetSize |
( |
| ) |
const |
|
inline |
| void XrdCl::StatInfo::ParseServerResponse |
( |
const char * |
data | ) |
|
|
private |
| bool XrdCl::StatInfo::TestFlags |
( |
uint32_t |
flags | ) |
const |
|
inline |
| uint32_t XrdCl::StatInfo::pFlags |
|
private |
| std::string XrdCl::StatInfo::pId |
|
private |
| uint64_t XrdCl::StatInfo::pModTime |
|
private |
| uint64_t XrdCl::StatInfo::pSize |
|
private |
The documentation for this class was generated from the following files: