com.bumptech.glide.load.model.stream
Class StreamFileLoader
java.lang.Object
com.bumptech.glide.load.model.FileLoader<InputStream>
com.bumptech.glide.load.model.stream.StreamFileLoader
- All Implemented Interfaces:
- ModelLoader<File,InputStream>, StreamModelLoader<File>
public class StreamFileLoader
- extends FileLoader<InputStream>
- implements StreamModelLoader<File>
A ModelLoader
For translating File
models for local uris into InputStream
data.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamFileLoader
public StreamFileLoader(Context context)
StreamFileLoader
public StreamFileLoader(ModelLoader<Uri,InputStream> uriLoader)