JSONTokener.Back Method

Definition

Unreads the most recent character of input.

[Android.Runtime.Register("back", "()V", "GetBackHandler")]
public virtual void Back ();
[<Android.Runtime.Register("back", "()V", "GetBackHandler")>]
abstract member Back : unit -> unit
override this.Back : unit -> unit
Attributes

Remarks

Unreads the most recent character of input. If no input characters have been read, the input is unchanged.

Java documentation for org.json.JSONTokener.back().

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