Glide
Glide
/
com.bumptech.glide.load.model
/
StreamEncoder
Stream
Encoder
open
class
StreamEncoder
:
Encoder
<
T
>
Content copied to clipboard
An
com.bumptech.glide.load.Encoder
that can write an
java.io.InputStream
to disk.
Constructors
Functions
Constructors
Stream
Encoder
Link copied to clipboard
open
fun
StreamEncoder
(
byteArrayPool
:
ArrayPool
)
Content copied to clipboard
Functions
encode
Link copied to clipboard
open
fun
encode
(
data
:
InputStream
,
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.