Glide
Glide
/
com.bumptech.glide.load.model
/
ByteBufferEncoder
Byte
Buffer
Encoder
open
class
ByteBufferEncoder
:
Encoder
<
T
>
Content copied to clipboard
Writes
ByteBuffers
to
Files
.
Functions
Functions
encode
Link copied to clipboard
open
fun
encode
(
data
:
ByteBuffer
,
file
:
File
,
options
:
Options
)
:
Boolean
Content copied to clipboard
Writes the given data to the given output stream and returns True if the write completed successfully and should be committed.