DropBoxManager.Entry.InputStream Property

Definition

public virtual System.IO.Stream? InputStream { [Android.Runtime.Register("getInputStream", "()Ljava/io/InputStream;", "GetGetInputStreamHandler")] get; }
[<get: Android.Runtime.Register("getInputStream", "()Ljava/io/InputStream;", "GetGetInputStreamHandler")>]
member this.InputStream : System.IO.Stream

Property Value

the uncompressed contents of the entry, or null if the contents were lost

Attributes

Exceptions

Remarks

Java documentation for android.os.DropBoxManager.Entry.getInputStream().

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