Go to the documentation of this file. 1 #ifndef __XRDOUCCACHE_HH__
2 #define __XRDOUCCACHE_HH__
106 inline void Add(
long long &Dest,
int &Val)
146 long long FSize() = 0;
151 const char *
Path() = 0;
159 int Read (
char *Buffer,
long long Offset,
int Length) = 0;
173 int Trunc(
long long Offset) = 0;
182 int Write(
char *Buffer,
long long Offset,
int Length) = 0;