#include <piomanager.h>
Public Member Functions | |
| IOManager () | |
| ~IOManager () | |
| void | addPlugin (const char *path) throw (SystemError) |
| void | addPluginDir (const char *path) throw (SystemError) |
| IORequest_Get * | get (const URL &url) |
| Get a file from network. | |
| IORequest_Put * | put (const URL &url) |
| Put a file onto network. | |
| IORequest_Unlink * | unlink (const URL &url) |
| Unlink (delete) a file. | |
| IORequest_MakeDir * | mkdir (const URL &url) |
| Create a directory. | |
| IORequest_RemoveDir * | rmdir (const URL &url) |
| Remove a directory. | |
| IORequest_ListDir * | list (const URL &url) |
| List directory contents. | |
| void | finish (IORequest *job) |
| Finish a request. | |
The Network I/O Manager is used to transparently access files stored on the network.
Definition at line 57 of file piomanager.h.
|
|
|
|
|
|
|
|
Definition at line 62 of file piomanager.h. |
|
|
Definition at line 65 of file piomanager.h. |
|
|
Finish a request.
|
|
|
Get a file from network.
|
|
|
List directory contents.
|
|
|
Create a directory.
|
|
|
Put a file onto network.
|
|
|
Remove a directory.
|
|
|
Unlink (delete) a file.
|
1.3.3