XrdCpFile Class Reference
#include <XrdCpFile.hh>
List of all members.
Public Types |
enum | PType {
isOther = 0,
isDir,
isFile,
isStdIO,
isXroot,
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 |
Member Enumeration Documentation
- Enumerator:
isOther |
|
isDir |
|
isFile |
|
isStdIO |
|
isXroot |
|
isHttp |
|
isHttps |
|
isDevNull |
|
isDevZero |
|
Constructor & Destructor Documentation
XrdCpFile::XrdCpFile |
( |
|
) |
[inline] |
XrdCpFile::XrdCpFile |
( |
const char * |
FSpec, |
|
|
int & |
badURL | |
|
) |
| | |
XrdCpFile::XrdCpFile |
( |
char * |
FSpec, |
|
|
struct stat & |
Stat, |
|
|
short |
doff, |
|
|
short |
dlen | |
|
) |
| | |
XrdCpFile::~XrdCpFile |
( |
|
) |
[inline] |
Member Function Documentation
int XrdCpFile::Extend |
( |
XrdCpFile ** |
pLast, |
|
|
int & |
nFile, |
|
|
long long & |
nBytes | |
|
) |
| | |
int XrdCpFile::Resolve |
( |
|
) |
|
static void XrdCpFile::SetMsgPfx |
( |
const char * |
pfx |
) |
[inline, static] |
Member Data Documentation
The documentation for this class was generated from the following file: