
Public Member Functions | |
| iFolderFile (string ifolderID, string entryID, string accessID) | |
| Constructor. | |
| void | OpenRead () |
| Open the File for Reading. | |
| void | OpenWrite (long length) |
| Open the File for Writing. | |
| byte[] | Read (int size) |
| Read from the File. | |
| void | Write (byte[] buffer) |
| Write to the File. | |
| void | Close () |
| Close the File. | |
| void | Close (bool failed) |
| Close the File. | |
Protected Attributes | |
| SimiasAccessLogger | log |
| Access Log. | |
Properties | |
| string | ID [get] |
| The File ID. | |
| iFolder::WebService::iFolderFile::iFolderFile | ( | string | ifolderID, | |
| string | entryID, | |||
| string | accessID | |||
| ) | [inline] |
Constructor.
| ifolderID | The ID of the iFolder. | |
| entryID | The ID of the Entry. | |
| accessID | The Access ID. |
| void iFolder::WebService::iFolderFile::OpenRead | ( | ) | [inline] |
Open the File for Reading.
| void iFolder::WebService::iFolderFile::OpenWrite | ( | long | length | ) | [inline] |
Open the File for Writing.
| length | New file length. |
| byte [] iFolder::WebService::iFolderFile::Read | ( | int | size | ) | [inline] |
Read from the File.
| size |
| void iFolder::WebService::iFolderFile::Write | ( | byte[] | buffer | ) | [inline] |
Write to the File.
| buffer |
| void iFolder::WebService::iFolderFile::Close | ( | ) | [inline] |
Close the File.
| void iFolder::WebService::iFolderFile::Close | ( | bool | failed | ) | [inline] |
Close the File.
SimiasAccessLogger iFolder::WebService::iFolderFile::log [protected] |
Access Log.
string iFolder::WebService::iFolderFile::ID [get] |
The File ID.
1.5.6