XmlReaderPullParser.SetInput Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetInput(Reader) | |
SetInput(Stream, String) |
SetInput(Reader)
public void SetInput (Java.IO.Reader? input);
abstract member SetInput : Java.IO.Reader -> unit
override this.SetInput : Java.IO.Reader -> unit
Parameters
- input
- Reader
Implements
Remarks
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
SetInput(Stream, String)
public void SetInput (System.IO.Stream? inputStream, string? inputEncoding);
abstract member SetInput : System.IO.Stream * string -> unit
override this.SetInput : System.IO.Stream * string -> unit
Parameters
- inputStream
- Stream
- inputEncoding
- String
Implements
Remarks
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.