StreamEncoder

open class StreamEncoder : Encoder<T>

An com.bumptech.glide.load.Encoder that can write an java.io.InputStream to disk.

Constructors

Link copied to clipboard
open fun StreamEncoder(byteArrayPool: ArrayPool)

Functions

Link copied to clipboard
open fun encode(    data: InputStream,     file: File,     options: Options): Boolean
Writes the given data to the given output stream and returns True if the write completed successfully and should be committed.