PluginData.InputStream Property

Definition

Returns the input stream that contains the plugin content.

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

Property Value

An InputStream instance with the plugin content.

Attributes

Remarks

Returns the input stream that contains the plugin content.

This member is deprecated. This class was intended to be used by Gears. Since Gears was deprecated, so is this class.

Java documentation for android.webkit.PluginData.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