read

abstract fun read(source: File): ByteArray?

Read ByteArray data from the source File

Parameters

source

the source file object, or null if it could not be decoded.

Throws

in case of IO operation problems