Glide
Glide
/
com.bumptech.glide.load.engine.bitmap_recycle
/
ByteArrayAdapter
Byte
Array
Adapter
class
ByteArrayAdapter
:
ArrayAdapterInterface
<
T
>
Content copied to clipboard
Adapter for handling primitive byte arrays.
Functions
Functions
get
Array
Length
Link copied to clipboard
open
fun
getArrayLength
(
array
:
Array
<
Byte
>
)
:
Int
Content copied to clipboard
Return the length of the given array.
get
Element
Size
In
Bytes
Link copied to clipboard
open
fun
getElementSizeInBytes
(
)
:
Int
Content copied to clipboard
Return the size of an element in the array in bytes (e.g.
get
Tag
Link copied to clipboard
open
fun
getTag
(
)
:
String
Content copied to clipboard
TAG for logging.
new
Array
Link copied to clipboard
open
fun
newArray
(
length
:
Int
)
:
Array
<
Byte
>
Content copied to clipboard
Allocate and return an array of the specified size.