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.
|
BackUpExists |
Back up copy exists.
|
XrdCl::StatInfo::StatInfo |
( |
| ) |
|
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)
std::string XrdCl::StatInfo::GetModTimeAsString |
( |
| ) |
const |
|
inline |
uint64_t XrdCl::StatInfo::GetSize |
( |
| ) |
const |
|
inline |
bool XrdCl::StatInfo::ParseServerResponse |
( |
const char * |
data | ) |
|
Parse server response and fill up the object.
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 file: