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