com.bumptech.glide.load.model.stream
Class StreamStringLoader
java.lang.Object
com.bumptech.glide.load.model.StringLoader<InputStream>
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamStringLoader
public StreamStringLoader(Context context)
StreamStringLoader
public StreamStringLoader(ModelLoader<Uri,InputStream> uriLoader)