getFileData

abstract fun getFileData(): Array<Byte>

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.