com.bumptech.glide.load.model.stream
Class StreamUrlLoader

java.lang.Object
  extended by com.bumptech.glide.load.model.UrlLoader<InputStream>
      extended by 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.


Nested Class Summary
static class StreamUrlLoader.Factory
          The default factory for StreamUrlLoaders.
 
Constructor Summary
StreamUrlLoader(ModelLoader<GlideUrl,InputStream> glideUrlLoader)
           
 
Method Summary
 
Methods inherited from class com.bumptech.glide.load.model.UrlLoader
getResourceFetcher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamUrlLoader

public StreamUrlLoader(ModelLoader<GlideUrl,InputStream> glideUrlLoader)