#include <XrdClXRootDResponses.hh>
Public Member Functions | |
| TractInfo (uint64_t off=0, uint32_t len=0, File *fp=0) | |
| Constructor. | |
| virtual | ~TractInfo () |
| Destructor. | |
Public Attributes | |
| uint32_t | length |
| offset in the file | |
| uint64_t | offset |
| File * | pFile |
| length of the data | |
Definition at line 1082 of file XrdClXRootDResponses.hh.
|
inline |
|
inlinevirtual |
| uint32_t XrdCl::TractInfo::length |
offset in the file
Definition at line 1096 of file XrdClXRootDResponses.hh.
Referenced by TractInfo().
| uint64_t XrdCl::TractInfo::offset |
Definition at line 1095 of file XrdClXRootDResponses.hh.
Referenced by TractInfo().
| File* XrdCl::TractInfo::pFile |
length of the data
Definition at line 1097 of file XrdClXRootDResponses.hh.
Referenced by TractInfo().