ly.img.android.pesdk.backend.exif / ExifTagInfo / getValueAsBytes

getValueAsBytes

fun getValueAsBytes(): kotlin.Array<byte>

Gets the value as a byte array. This method should be used for tags of type #TYPE_UNDEFINED or #TYPE_UNSIGNED_BYTE.

Return
kotlin.Array<byte>: the value as a byte array, or null if the tag's value does not exist or cannot be converted to a byte array.