INNER CODE UNIT · Java
openOutputStream
oasisfeng/island · fileprovider/src/main/java/android/content/ContentResolver.java:119
public final OutputStream openOutputStream(Uri uri) throws FileNotFoundException {
throw new RuntimeException("Stub!");
}
public final OutputStream openOutputStream(Uri uri, String mode) throws FileNotFoundException {
throw new RuntimeException("Stub!");
}
public final ParcelFileDescriptor openFileDescriptor(Uri uri, String mode) throws FileNotFoundException {
throw new RuntimeException("Stub!");
}
public final ParcelFileDescriptor openFileDescriptor(Uri uri, String mode, CancellationSignal cancellationSignal) throws FileNotFoundException {
throw new RuntimeException("Stub!");
}
public final AssetFileDescriptor openAssetFileDescriptor(Uri uri, String mode) throws FileNotFoundException {
throw new RuntimeException("Stub!");