xrootd
XrdOssCopy.hh
Go to the documentation of this file.
1 #ifndef _XRDOSSCOPY_H_
2 #define _XRDOSSCOPY_H_
3 /******************************************************************************/
4 /* */
5 /* X r d O s s C o p y */
6 /* */
7 /* (c) 2009 by the Board of Trustees of the Leland Stanford, Jr., University */
8 /* All Rights Reserved */
9 /* Produced by Andrew Hanushevsky for Stanford University under contract */
10 /* DE-AC02-76-SFO0515 with the Department of Energy */
11 /******************************************************************************/
12 
13 // $Id$
14 
16 {
17 public:
18 
19 static off_t Copy(const char *inFn, const char *outFn, int outFD);
20 
23 
24 private:
25 static int Write(const char *, int, char *, size_t, off_t);
26 };
27 #endif