public interface CursorStreamProviderFactory extends CursorProviderFactory<InputStream>
CursorStreamProvider which creates CursorStreamProvider instances
out of InputStream instances| Modifier and Type | Method and Description |
|---|---|
default boolean |
accepts(Object value) |
ofdefault boolean accepts(Object value)
accepts in interface CursorProviderFactory<InputStream>value - a streamtrue if the value is an InputStreamCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.