INNER CODE UNIT · Java
openInputStream
oasisfeng/island · fileprovider/src/main/java/android/content/ContentResolver.java:115
public final InputStream openInputStream(Uri uri) throws FileNotFoundException {
throw new RuntimeException("Stub!");
}
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!");