Glide
Glide
/
com.bumptech.glide.load.resource.bytes
/
ByteBufferRewinder
/
Factory
Factory
open
class
Factory
:
DataRewinder.Factory
<
T
>
Content copied to clipboard
Factory for
com.bumptech.glide.load.resource.bytes.ByteBufferRewinder
.
Functions
Functions
build
Link copied to clipboard
open
fun
build
(
data
:
ByteBuffer
)
:
DataRewinder
<
ByteBuffer
>
Content copied to clipboard
Returns a new
com.bumptech.glide.load.data.DataRewinder
wrapping the given data.
get
Data
Class
Link copied to clipboard
open
fun
getDataClass
(
)
:
Class
<
ByteBuffer
>
Content copied to clipboard
Returns the class of data this factory can produce s for.