1#ifndef _XRDOSSACZIPFILE_H
2#define _XRDOSSACZIPFILE_H
51int Open(
const char* member);
53ssize_t
Read(
void *buff, off_t offset,
size_t blen);
57int Stat(
const char* mName,
struct stat& buf);
66int zip2syserr(
const char *what,
zip_error_t* zerr,
bool msg=
true);
67int zip2syserr(
const char *what,
int zrc,
bool msg=
true);
XrdOssArcZipFile(const char *path, int &rc)
ssize_t Read(void *buff, off_t offset, size_t blen)
int Open(const char *member)