public class StreamStringLoader extends StringLoader<InputStream> implements StreamModelLoader<String>
ModelLoader for translating String models, such as file paths or remote urls, into
InputStream data.| Modifier and Type | Class and Description |
|---|---|
static class |
StreamStringLoader.Factory
The default factory for
StreamStringLoaders. |
| Constructor and Description |
|---|
StreamStringLoader(Context context) |
StreamStringLoader(ModelLoader<Uri,InputStream> uriLoader) |
getResourceFetcherclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResourceFetcherpublic StreamStringLoader(Context context)
public StreamStringLoader(ModelLoader<Uri,InputStream> uriLoader)