INNER CODE UNIT · Java

openOutputStream

oasisfeng/island · fileprovider/src/main/java/android/content/ContentResolver.java:123

	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!");
	}

	public final AssetFileDescriptor openAssetFileDescriptor(Uri uri, String mode, CancellationSignal cancellationSignal) throws FileNotFoundException {
		throw new RuntimeException("Stub!");

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…