Glide
Glide
/
com.bumptech.glide.load.model
/
ByteArrayLoader
/
Converter
Converter
interface
Converter
<
Data
>
Content copied to clipboard
Converts between a byte array a desired model class.
Functions
Parameters
Parameters
<Data>
The type of data to convert to.
Functions
convert
Link copied to clipboard
abstract
fun
convert
(
model
:
Array
<
Byte
>
)
:
Data
Content copied to clipboard
get
Data
Class
Link copied to clipboard
abstract
fun
getDataClass
(
)
:
Class
<
Data
>
Content copied to clipboard