|
xrootd
|
#include <algorithm>#include <cstdint>#include <cstdlib>#include <cstring>#include <ctime>#include <iterator>#include <vector>#include <byteswap.h>

Go to the source code of this file.
Classes | |
| struct | XrdZip::bad_data |
| struct | XrdZip::ovrflw< UINT > |
| struct | XrdZip::dos_timestmp |
Namespaces | |
| namespace | XrdZip |
Typedefs | |
| typedef std::vector< char > | XrdZip::buffer_t |
Functions | |
| static uint16_t | XrdZip::BSwap (uint16_t x) |
| static uint32_t | XrdZip::BSwap (uint32_t x) |
| static uint64_t | XrdZip::BSwap (uint64_t x) |
| 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) |