readUriBytes

suspend fun readUriBytes(context: Context, uri: Uri): ByteArray

Reads all bytes from uri (size-limited).

Throws

when the URI cannot be opened.