W3cubDocs

/Haxe C#

TextReader

package cs.system.io

extends MarshalByRefObject

implements IDisposable

extended by StreamReader, TextReader_NullTextReader

@:abstract@:libType@:csNative@:native("System.IO.TextReader") Available on cs

Methods

@:overload Close ():Void

@:final @:overload Dispose ():Void

private @:overload Dispose (disposing:Bool):Void

@:overload Peek ():Int

@:overload Read ():Int

@:overload Read (buffer:NativeArray<Char16>, index:Int, count:Int):Int

@:overload ReadBlock (buffer:NativeArray<Char16>, index:Int, count:Int):Int

@:overload ReadLine ():String

@:overload ReadToEnd ():String

Static variables

@:readOnly static read only Null:TextReader

Static methods

@:final @:overload static Synchronized (reader:TextReader):TextReader

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/io/TextReader.html