xrootd
|
#include <XrdCpFile.hh>
Public Types | |
enum | PType { isOther = 0, isDir, isFile, isStdIO, isXroot, isXroots, isHttp, isHttps, isDevNull, isDevZero } |
Public Member Functions | |
int | Extend (XrdCpFile **pLast, int &nFile, long long &nBytes) |
int | Resolve () |
XrdCpFile () | |
XrdCpFile (const char *FSpec, int &badURL) | |
XrdCpFile (char *FSpec, struct stat &Stat, short doff, short dlen) | |
~XrdCpFile () | |
Static Public Member Functions | |
static void | SetMsgPfx (const char *pfx) |
Public Attributes | |
XrdCpFile * | Next |
char * | Path |
short | Doff |
short | Dlen |
PType | Protocol |
char | ProtName [8] |
long long | fSize |
Static Private Attributes | |
static const char * | mPfx |
enum XrdCpFile::PType |
|
inline |
References ProtName.
XrdCpFile::XrdCpFile | ( | const char * | FSpec, |
int & | badURL | ||
) |
XrdCpFile::XrdCpFile | ( | char * | FSpec, |
struct stat & | Stat, | ||
short | doff, | ||
short | dlen | ||
) |
|
inline |
References Path.
int XrdCpFile::Extend | ( | XrdCpFile ** | pLast, |
int & | nFile, | ||
long long & | nBytes | ||
) |
int XrdCpFile::Resolve | ( | ) |
|
inlinestatic |
References mPfx.
short XrdCpFile::Dlen |
short XrdCpFile::Doff |
long long XrdCpFile::fSize |
|
staticprivate |
Referenced by SetMsgPfx().
XrdCpFile* XrdCpFile::Next |
char* XrdCpFile::Path |
Referenced by ~XrdCpFile().
char XrdCpFile::ProtName[8] |
Referenced by XrdCpFile().
PType XrdCpFile::Protocol |