Java org.apache.cordova CordovaResourceApi fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cordova CordovaResourceApi fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cordova CordovaResourceApi.

The text is from its open source code.

Field

Constructor

Method

voidcopyResource(OpenForReadResult input, OutputStream outputStream)
voidcopyResource(Uri sourceUri, OutputStream outputStream)
voidcopyResource(Uri sourceUri, Uri dstUri)
HttpURLConnectioncreateHttpConnection(Uri uri)
intgetUriType(Uri uri)
FilemapUriToFile(Uri uri)
Returns a File that points to the resource, or null if the resource is not on the local filesystem.
OpenForReadResultopenForRead(Uri uri)
Opens a stream to the given URI, also providing the MIME type & length.
OpenForReadResultopenForRead(Uri uri, boolean skipThreadCheck)
Opens a stream to the given URI, also providing the MIME type & length.
OutputStreamopenOutputStream(Uri uri)
UriremapUri(Uri uri)