|
| ReadImpl< false > | XrdCl::Read (Ctx< File > file, Arg< uint64_t > offset, Arg< uint32_t > size, Arg< void * > buffer, uint16_t timeout=0) |
| | Factory for creating ReadImpl objects. More...
|
| |
| StatImpl< false > | XrdCl::Stat (Ctx< File > file, Arg< bool > force, uint16_t timeout=0) |
| |
| WriteImpl< false > | XrdCl::Write (Ctx< File > file, Arg< uint64_t > offset, Arg< uint32_t > size, Arg< const void * > buffer, uint16_t timeout=0) |
| | Factory for creating WriteImpl objects. More...
|
| |
| TruncateImpl< false > | XrdCl::Truncate (Ctx< File > file, Arg< uint64_t > size) |
| |
| SetXAttrImpl< false > | XrdCl::SetXAttr (Ctx< File > file, Arg< std::string > name, Arg< std::string > value) |
| |
| SetXAttrBulkImpl< false > | XrdCl::SetXAttr (Ctx< File > file, Arg< std::vector< xattr_t >> attrs) |
| |
| GetXAttrImpl< false > | XrdCl::GetXAttr (Ctx< File > file, Arg< std::string > name) |
| |
| GetXAttrBulkImpl< false > | XrdCl::GetXAttr (Ctx< File > file, Arg< std::vector< std::string >> attrs) |
| |
| DelXAttrImpl< false > | XrdCl::DelXAttr (Ctx< File > file, Arg< std::string > name) |
| |
| DelXAttrBulkImpl< false > | XrdCl::DelXAttr (Ctx< File > file, Arg< std::vector< std::string >> attrs) |
| |
| ListXAttrImpl< false > | XrdCl::ListXAttr (Ctx< File > file) |
| |