Sdílet prostřednictvím


BlobStoreManager.Session.OpenRead Method

Definition

Opens a file descriptor to read the blob content already written into this session.

[Android.Runtime.Register("openRead", "()Landroid/os/ParcelFileDescriptor;", "GetOpenReadHandler", ApiSince=30)]
public virtual Android.OS.ParcelFileDescriptor OpenRead ();
[<Android.Runtime.Register("openRead", "()Landroid/os/ParcelFileDescriptor;", "GetOpenReadHandler", ApiSince=30)>]
abstract member OpenRead : unit -> Android.OS.ParcelFileDescriptor
override this.OpenRead : unit -> Android.OS.ParcelFileDescriptor

Returns

a ParcelFileDescriptor for reading from the blob file.

Attributes

Remarks

Opens a file descriptor to read the blob content already written into this session.

Java documentation for android.app.blob.BlobStoreManager.Session.openRead().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to