GestureStore.Load Method

Definition

Overloads

Load(Stream)

Load the gesture library

Load(Stream, Boolean)

Load the gesture library

Load(Stream)

Load the gesture library

[Android.Runtime.Register("load", "(Ljava/io/InputStream;)V", "GetLoad_Ljava_io_InputStream_Handler")]
public virtual void Load (System.IO.Stream? stream);
[<Android.Runtime.Register("load", "(Ljava/io/InputStream;)V", "GetLoad_Ljava_io_InputStream_Handler")>]
abstract member Load : System.IO.Stream -> unit
override this.Load : System.IO.Stream -> unit

Parameters

stream
Stream
Attributes

Exceptions

Remarks

Load the gesture library

Java documentation for android.gesture.GestureStore.load(java.io.InputStream).

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

Load(Stream, Boolean)

Load the gesture library

[Android.Runtime.Register("load", "(Ljava/io/InputStream;Z)V", "GetLoad_Ljava_io_InputStream_ZHandler")]
public virtual void Load (System.IO.Stream? stream, bool closeStream);
[<Android.Runtime.Register("load", "(Ljava/io/InputStream;Z)V", "GetLoad_Ljava_io_InputStream_ZHandler")>]
abstract member Load : System.IO.Stream * bool -> unit
override this.Load : System.IO.Stream * bool -> unit

Parameters

stream
Stream
closeStream
Boolean
Attributes

Exceptions

Remarks

Java documentation for android.gesture.GestureStore.load(java.io.InputStream).

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