|
XRootD
|
#include "XrdSys/XrdSysPlatform.hh"#include <algorithm>#include <cstdint>#include <cstring>#include <ctime>#include <iterator>#include <vector>
Include dependency graph for XrdZipUtils.hh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | XrdZip::bad_data |
| struct | XrdZip::dos_timestmp |
| struct | XrdZip::ovrflw< UINT > |
Namespaces | |
| XrdZip | |
Typedefs | |
| typedef std::vector< char > | XrdZip::buffer_t |
Functions | |
| template<typename INT > | |
| static void | XrdZip::copy_bytes (const INT value, buffer_t &buffer) |
| template<typename INT > | |
| static void | XrdZip::from_buffer (INT &var, const char *&buffer) |
| template<typename INT > | |
| static INT | XrdZip::to (const char *buffer) |