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