XrdCl::CheckSumManager Class Reference
Manage the checksum calc objects.
More...
#include <XrdClCheckSumManager.hh>
List of all members.
Detailed Description
Manage the checksum calc objects.
Member Typedef Documentation
Constructor & Destructor Documentation
XrdCl::CheckSumManager::CheckSumManager |
( |
|
) |
|
virtual XrdCl::CheckSumManager::~CheckSumManager |
( |
|
) |
[virtual] |
XrdCl::CheckSumManager::CheckSumManager |
( |
const CheckSumManager & |
other |
) |
[private] |
Member Function Documentation
bool XrdCl::CheckSumManager::Calculate |
( |
XrdCksData & |
result, |
|
|
const std::string & |
algName, |
|
|
const std::string & |
filePath | |
|
) |
| | |
Calculate a checksum of for a given file.
XrdCksCalc* XrdCl::CheckSumManager::GetCalculator |
( |
const std::string & |
algName |
) |
|
Get the check sum calc object for a given checksum type
- Parameters:
-
| algName | name of the checksumming algorithm |
- Returns:
- the appropriate calc object (must be deleted by the user) or 0 if a calculator cannot be obtained
Member Data Documentation
The documentation for this class was generated from the following file: