read File Bytes
fun readFileBytes(bypassFileManager: Boolean, withContents: (ByteArray, UUID?) -> Unit, failureHandler: (ErrorCode, Throwable?) -> Unit)
Retrieve the resource and provide it with a request to obtain the raw file bytes.
Parameters
bypass File Manager
true indicates the file should be read directly from the source location; false indicates an attempt to read from the FileManager should be made.
with Contents
A function that accepts the raw bytes of the read file.