![]() |
XRootD
|
Utility class for inflating a compressed buffer. More...
#include <XrdClZipCache.hh>
Public Types | |
typedef std::vector< char > | buffer_t |
Public Member Functions | |
ZipCache () | |
~ZipCache () | |
void | QueueReq (uint64_t offset, uint32_t length, void *buffer, ResponseHandler *handler) |
void | QueueRsp (const XRootDStatus &st, uint64_t offset, buffer_t &&buffer) |
Utility class for inflating a compressed buffer.
Definition at line 54 of file XrdClZipCache.hh.
typedef std::vector<char> XrdCl::ZipCache::buffer_t |
Definition at line 58 of file XrdClZipCache.hh.
|
inline |
Definition at line 77 of file XrdClZipCache.hh.
References XrdCl::Status::IsOK().
|
inline |
Definition at line 94 of file XrdClZipCache.hh.
|
inline |
Definition at line 99 of file XrdClZipCache.hh.
Referenced by XrdCl::ZipArchive::ReadFromImpl.
|
inline |
Definition at line 106 of file XrdClZipCache.hh.
Referenced by XrdCl::ZipArchive::ReadFromImpl.