public abstract class OutputUriFactory extends Object
Constructor and Description |
---|
OutputUriFactory(Context context) |
Modifier and Type | Method and Description |
---|---|
abstract Uri |
createNewOutputUri()
Return a uri pointing to a new resource that provides an OutputStream
|
Context |
getContext() |
abstract OutputStream |
getOutputStreamForUri(Uri uri)
Return an OutputStream for the given uri that allows writing
|
public OutputUriFactory(Context context)
public abstract Uri createNewOutputUri()
public abstract OutputStream getOutputStreamForUri(Uri uri)
public final Context getContext()