com.bumptech.glide.load.model.stream
Class StreamUrlLoader
java.lang.Object
com.bumptech.glide.load.model.UrlLoader<InputStream>
com.bumptech.glide.load.model.stream.StreamUrlLoader
- All Implemented Interfaces:
- ModelLoader<URL,InputStream>
public class StreamUrlLoader
- extends UrlLoader<InputStream>
A wrapper class that translates URL objects into GlideUrl
objects and then uses the wrapped ModelLoader for
GlideUrls to load the InputStream data.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamUrlLoader
public StreamUrlLoader(ModelLoader<GlideUrl,InputStream> glideUrlLoader)