get File Data
Reads whole file and returns its data. This could take a while and should be executed on background thread.
Return
Byte array of file's data.
Throws
When operation fails.
Reads whole file and returns its data. This could take a while and should be executed on background thread.
Byte array of file's data.
When operation fails.