Glide
Glide
/
com.bumptech.glide.load.resource.bytes
/
ByteBufferRewinder
Byte
Buffer
Rewinder
open
class
ByteBufferRewinder
:
DataRewinder
<
T
>
Content copied to clipboard
Rewinds
java.nio.ByteBuffer
s.
Types
Constructors
Functions
Constructors
Byte
Buffer
Rewinder
Link copied to clipboard
open
fun
ByteBufferRewinder
(
buffer
:
ByteBuffer
)
Content copied to clipboard
Types
Factory
Link copied to clipboard
open
class
Factory
:
DataRewinder.Factory
<
T
>
Content copied to clipboard
Factory for
com.bumptech.glide.load.resource.bytes.ByteBufferRewinder
.
Functions
cleanup
Link copied to clipboard
open
fun
cleanup
(
)
Content copied to clipboard
Called when this rewinder is no longer needed and can be cleaned up.
rewind
And
Get
Link copied to clipboard
open
fun
rewindAndGet
(
)
:
ByteBuffer
Content copied to clipboard
Rewinds the wrapped data back to the beginning and returns the re-wound data (or a wrapper for the re-wound data).