Class ByteArrayAdapter
- java.lang.Object
-
- com.bumptech.glide.load.engine.bitmap_recycle.ByteArrayAdapter
-
public final class ByteArrayAdapter extends java.lang.ObjectAdapter for handling primitive byte arrays.
-
-
Constructor Summary
Constructors Constructor Description ByteArrayAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetArrayLength(byte[] array)intgetElementSizeInBytes()java.lang.StringgetTag()byte[]newArray(int length)
-