ZipArchive :: fileRead - Get zip file content as binary
The function returns zip file content for the file with the relative path passed in sFilePath as binary ( Binary ).
When no zip archive is opened or when the file name passed is not a file in the zip archive, the function throws an exception.
Return value:  Binary data block handle ( odaba::Binary  )
Binary data block handle, which may contain binary data up to 2 GB.
Implementation details
odaba::Binary 
ZipArchive  :: fileRead ( odaba::String &sFilePath )
- sFilePath - Complete file path
 

