Package com.bumptech.glide.load.model
Interface DataUrlLoader.DataDecoder<Data>
- Type Parameters:
Data- The type of data that can be opened.
- Enclosing class:
- DataUrlLoader<Model,
Data>
public static interface DataUrlLoader.DataDecoder<Data>
Allows decoding a specific type of data from a Data URL String.
-
Method Summary
-
Method Details
-
decode
- Throws:
IllegalArgumentException
-
close
- Throws:
IOException
-
getDataClass
-