Package com.bumptech.glide.load.model
Class ByteBufferEncoder
- java.lang.Object
-
- com.bumptech.glide.load.model.ByteBufferEncoder
-
-
Constructor Summary
Constructors Constructor Description ByteBufferEncoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanencode(java.nio.ByteBuffer 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.
-
-
-
Method Detail
-