Class ByteArrayAdapter

java.lang.Object
com.bumptech.glide.load.engine.bitmap_recycle.ByteArrayAdapter

public final class ByteArrayAdapter extends Object
Adapter for handling primitive byte arrays.
  • Constructor Details

    • ByteArrayAdapter

      public ByteArrayAdapter()
  • Method Details

    • getTag

      public String getTag()
    • getArrayLength

      public int getArrayLength(byte[] array)
    • newArray

      public byte[] newArray(int length)
    • getElementSizeInBytes

      public int getElementSizeInBytes()