Class GifDrawableBytesTranscoder

java.lang.Object
com.bumptech.glide.load.resource.transcode.GifDrawableBytesTranscoder
All Implemented Interfaces:
ResourceTranscoder<GifDrawable,byte[]>

public class GifDrawableBytesTranscoder extends Object implements ResourceTranscoder<GifDrawable,byte[]>
An ResourceTranscoder that converts GifDrawable into bytes by obtaining the original bytes of the GIF from the GifDrawable.
  • Constructor Details

    • GifDrawableBytesTranscoder

      public GifDrawableBytesTranscoder()
  • Method Details