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

java.lang.Object
  extended by com.bumptech.glide.load.model.StringLoader<InputStream>
      extended by com.bumptech.glide.load.model.stream.StreamStringLoader
All Implemented Interfaces:
ModelLoader<String,InputStream>, StreamModelLoader<String>

public class StreamStringLoader
extends StringLoader<InputStream>
implements StreamModelLoader<String>

A ModelLoader for translating String models, such as file paths or remote urls, into InputStream data.


Nested Class Summary
static class StreamStringLoader.Factory
          The default factory for StreamStringLoaders.
 
Constructor Summary
StreamStringLoader(Context context)
           
StreamStringLoader(ModelLoader<Uri,InputStream> uriLoader)
           
 
Method Summary
 
Methods inherited from class com.bumptech.glide.load.model.StringLoader
getResourceFetcher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.bumptech.glide.load.model.ModelLoader
getResourceFetcher
 

Constructor Detail

StreamStringLoader

public StreamStringLoader(Context context)

StreamStringLoader

public StreamStringLoader(ModelLoader<Uri,InputStream> uriLoader)