#include <LocalFilePlugin.h>
Inheritance diagram for LocalFilePlugin:
Public Methods | |
bool | init () |
CoreError | create (NumID &fileid) |
CoreError | open (NumID fileid, NumID &of) |
CoreError | remove (NumID fileid) |
int64_t | getLength (NumID fileid) |
CoreError | write (NumID fileid, char *data, int length) |
CoreError | read (NumID fileid, char *data, int length, int &bRead) |
CoreError | close (NumID fileid) |
This class is thread-safe.
|
Close newly created or open file.
Implements FilePlugin. |
|
Create and store a new file on the fileserver.
Implements FilePlugin. |
|
Get the length of an open file.
Implements FilePlugin. |
|
Initialize the plugin Implements Plugin. |
|
Open and read a file from the fileserver.
Implements FilePlugin. |
|
Read binary data from file.
Implements FilePlugin. |
|
Remove a file from the fileserver.
Implements FilePlugin. |
|
Write binary data to new file.
Implements FilePlugin. |