|
| static int | Open (const char *path, int oflag, mode_t mode=0, XrdPosixCallBack *cbP=0) |
| |
| static int | Close (int fildes) |
| |
| static size_t | Read (int fildes, void *buf, size_t nbyte) |
| |
| static off_t | Lseek (int fildes, off_t offset, int whence) |
| |
Definition at line 13 of file fReadXRootD.cxx.
◆ Close()
| static int XrdPosixXrootd::Close |
( |
int |
fildes | ) |
|
|
static |
◆ Lseek()
| static off_t XrdPosixXrootd::Lseek |
( |
int |
fildes, |
|
|
off_t |
offset, |
|
|
int |
whence |
|
) |
| |
|
static |
◆ Open()
| static int XrdPosixXrootd::Open |
( |
const char * |
path, |
|
|
int |
oflag, |
|
|
mode_t |
mode = 0, |
|
|
XrdPosixCallBack * |
cbP = 0 |
|
) |
| |
|
static |
◆ Read()
| static size_t XrdPosixXrootd::Read |
( |
int |
fildes, |
|
|
void * |
buf, |
|
|
size_t |
nbyte |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: