|
xrootd
|
Classes | |
| struct | CDFH |
| struct | DataDescriptor |
| struct | EOCD |
| struct | Extra |
| struct | LFH |
| A data structure representing ZIP Local File Header. More... | |
| struct | bad_data |
| struct | ovrflw |
| struct | dos_timestmp |
| struct | ZIP64_EOCD |
| struct | ZIP64_EOCDL |
| A data structure representing the ZIP64 end of central directory locator. More... | |
Typedefs | |
| typedef std::vector < std::unique_ptr< CDFH > > | cdvec_t |
| typedef std::unordered_map < std::string, size_t > | cdmap_t |
| typedef std::unordered_map < std::string, std::unique_ptr < CDFH > > | cdrecs_t |
| typedef std::vector< char > | buffer_t |
Functions | |
| template<typename INT > | |
| static void | copy_bytes (const INT value, buffer_t &buffer) |
| template<typename INT > | |
| static void | from_buffer (INT &var, const char *&buffer) |
| template<typename INT > | |
| static INT | to (const char *buffer) |
| typedef std::vector<char> XrdZip::buffer_t |
| typedef std::unordered_map<std::string, size_t> XrdZip::cdmap_t |
| typedef std::unordered_map<std::string, std::unique_ptr<CDFH> > XrdZip::cdrecs_t |
| typedef std::vector<std::unique_ptr<CDFH> > XrdZip::cdvec_t |
|
inlinestatic |
|
inlinestatic |
References bswap().
Referenced by XrdZip::Extra::FromBuffer(), and XrdZip::LFH::LFH().
|
inlinestatic |
References bswap().
1.8.5