Package com.bumptech.glide.load.model
Interface ByteArrayLoader.Converter<Data>
-
- Type Parameters:
Data- The type of data to convert to.
- Enclosing class:
- ByteArrayLoader<Data>
public static interface ByteArrayLoader.Converter<Data>Converts between a byte array a desired model class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Dataconvert(byte[] model)java.lang.Class<Data>getDataClass()
-