public class GifDrawableEncoder extends Object implements ResourceEncoder<GifDrawable>
GifDrawable
to an
OutputStream
.构造器和说明 |
---|
GifDrawableEncoder() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
encode(Resource<GifDrawable> data,
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.
|
EncodeStrategy |
getEncodeStrategy(Options options) |
@NonNull public EncodeStrategy getEncodeStrategy(@NonNull Options options)
getEncodeStrategy
在接口中 ResourceEncoder<GifDrawable>
public boolean encode(@NonNull Resource<GifDrawable> data, @NonNull File file, @NonNull Options options)
Encoder
encode
在接口中 Encoder<Resource<GifDrawable>>
data
- The data to write.file
- The File to write the data to.options
- The put of options to apply when encoding.