Package com.bumptech.glide.load.model
Class StreamEncoder
- java.lang.Object
-
- com.bumptech.glide.load.model.StreamEncoder
-
-
Constructor Summary
Constructors Constructor Description StreamEncoder(ArrayPool byteArrayPool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanencode(java.io.InputStream data, java.io.File file, Options options)Writes the given data to the given output stream and returns True if the write completed successfully and should be committed.
-
-
-
Constructor Detail
-
StreamEncoder
public StreamEncoder(ArrayPool byteArrayPool)
-
-
Method Detail
-