12 #ifndef ROOT_TNetFileStager
13 #define ROOT_TNetFileStager
28 class TNetFileStager :
public TFileStager {
34 static void GetPrefix(
const char *url, TString &pfx);
37 TNetFileStager(
const char *stager =
"");
38 virtual ~TNetFileStager();
40 Bool_t IsStaged(
const char *path);
41 Int_t Locate(
const char *path, TString &endpath);
42 Bool_t Matches(
const char *s);
44 Bool_t IsValid()
const {
return (fSystem ? kTRUE : kFALSE); }
46 void Print(Option_t *option =
"")
const;
48 ClassDef(TNetFileStager,0)