Class OutputUriFactory


  • public abstract class OutputUriFactory
    extends Object
    • Constructor Detail

      • OutputUriFactory

        public OutputUriFactory​(Context context)
    • Method Detail

      • createNewOutputUri

        public abstract Uri createNewOutputUri()
        Return a uri pointing to a new resource that provides an OutputStream
      • getOutputStreamForUri

        public abstract OutputStream getOutputStreamForUri​(Uri uri)
        Return an OutputStream for the given uri that allows writing
      • getContext

        public final Context getContext()