|
binary FileManager::GetFileData |
( |
wstring |
wstrFileId, |
|
|
int |
lBuffOffset, |
|
|
int |
lBuffSize |
|
) |
| |
Get file data.
- Parameters:
-
[in] | wstrFileId | (wstring) File identifier |
[in] | lBuffOffset | (int) Start position |
[in] | lBuffSize | (int) Number of bytes to read |
- Returns:
- (binary) Requested data chunk of file
- Exceptions:
-
Throws | exception in case of error. |
|