get Data Or Null
Returns the stored data as a ByteArray if this instance is a successful result and the data can be cast to ByteArray. If the result is unsuccessful or the data cannot be cast, returns null.
Return
the stored data as a ByteArray, or null if the result is a failure or the data cannot be cast to ByteArray.