|
| FileServiceProxy (RscHandle providerHandle, RscHandle serviceHandle, RscClient &rscClient) |
| Constructs an FileServiceProxy instance. More...
|
|
virtual | ~FileServiceProxy (void) |
| Destructs this instance and frees all resouces. More...
|
|
boolean | Exists (const RscString< 512 > &path) override |
|
FileSystemError | Write (const RscString< 512 > &filePath, boolean overwrite, const std::vector< TraitItem > &traitItems, RscStream &data) override |
|
FileSystemError | Read (Traits fileTraits, const RscString< 512 > &filePath, RscStream &data, std::vector< TraitItem > &traitItems) override |
|
FileSystemError | Delete (const RscString< 512 > &filePath) override |
|
FileSystemError | Move (boolean createDirectory, boolean overwrite, const RscString< 512 > &sourceFilePath, const RscString< 512 > &destinationFilePath) override |
|
FileSystemError | Copy (boolean createDirectory, boolean overwrite, const RscString< 512 > &sourceFilePath, const RscString< 512 > &destinationFilePath) override |
|
◆ FileServiceProxy()
Arp::System::Commons::Services::Io::FileServiceProxy::FileServiceProxy |
( |
RscHandle |
providerHandle, |
|
|
RscHandle |
serviceHandle, |
|
|
RscClient & |
rscClient |
|
) |
| |
◆ ~FileServiceProxy()
Arp::System::Commons::Services::Io::FileServiceProxy::~FileServiceProxy |
( |
void |
| ) |
|
|
inlinevirtual |
Destructs this instance and frees all resouces.
The documentation for this class was generated from the following file: